feat(custom): 新增赠送筛选查询

This commit is contained in:
2023-11-01 14:52:59 +08:00
parent d89acd57de
commit 4babc88fcd
2 changed files with 84 additions and 6 deletions

View File

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