diff --git a/src/api/system/user.js b/src/api/system/user.js index 7bae870..8c29a3b 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -30,6 +30,16 @@ export function userRecharge(data) { }) } + +// 充值用户余额记录 +export function createRechargeRecord(data) { + return request({ + url: '/system/aliyun/pay/records', + method: 'post', + data: data + }) +} + // 查询用户余额 export function userBalance(userId) { return request({