diff --git a/src/api/system/user.js b/src/api/system/user.js index bbc753d..47fc9f5 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -89,6 +89,15 @@ export function changeUserStatus(userId, status) { }) } +//对用户余额进行添加 +export function addUserMoney(data) { + return request({ + url: '/system/user/addUserMoney', + method: 'post', + data:data + }) +} + // 查询用户个人信息 export function getUserProfile() { return request({