This commit is contained in:
王一嘉
2025-07-14 16:58:46 +08:00
parent af94cd0a97
commit d68450709b
24 changed files with 397 additions and 79 deletions

View File

@@ -271,6 +271,13 @@ const system = {
data: data
});
},
editWithdrawLog: async (data) => {
return request({
method: MethodsENUM.POST,
url: "/user/editWithdrawLog",
data: data
});
},
getWithdrawalInfo: async (id) => {
return request({
method: MethodsENUM.POST,