feat(custom): 新增赠送积分

This commit is contained in:
2023-10-29 18:43:30 +08:00
parent f4f7d27fde
commit 279203a7ab
4 changed files with 81 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ export default {
getjfJllist: (data) => request.post('/user/point', data),
// 获取推广记录
gettgJllist: (data) => request.post('/user/referee/point', data),
// 积分赠送
addUserPulse: (data) => request.post('/gift/pulse', data),
}