mod(custom): 优化部分细节

This commit is contained in:
2023-12-17 00:21:12 +08:00
parent b4689e6e34
commit 20786c4a09
4 changed files with 70 additions and 14 deletions

View File

@@ -16,4 +16,6 @@ export default {
addUserPulse: (data) => request.post('/gift/pulse', data),
// 获取赠送记录
getgiftJllist: (data) => request.post('/user/gift/pluse', data),
// 用户状态修改
updateUserStatus: (data) => request.post('/user/status/edit', data),
}