feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-09 19:20:01 +08:00
parent f191298dea
commit 1be0710a82
5 changed files with 454 additions and 21 deletions

View File

@@ -4,4 +4,7 @@ export default {
getData: (data) => request.post('/store/withdraw', data),
// 审核提现
passAudit: (data) => request.post('/store/withdraw/edit', data),
getYdata: (data) => request.post('/store/amount/withdraw', data),
ydataEdit: (data) => request.post('/store/amount/withdraw/edit', data),
}