【代码优化】MALL: 会员修改余额

This commit is contained in:
puhui999
2024-08-22 11:27:51 +08:00
parent 5dc11f844d
commit c45a5228e1
4 changed files with 1293 additions and 1292 deletions

View File

@ -46,8 +46,3 @@ export const updateUserLevel = async (data: any) => {
export const updateUserPoint = async (data: any) => {
return await request.put({ url: `/member/user/update-point`, data })
}
// 修改会员用户余额
export const updateUserBalance = async (data: any) => {
return await request.put({ url: `/member/user/update-balance`, data })
}