修复bug

This commit is contained in:
paulGao
2022-05-05 09:30:42 +08:00
parent 84e0803558
commit 670ba74044
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ export function recharge (params) {
// 提现
export function withdrawalApply (params) {
return request({
url: '/buyer/passport/member/wallet/withdrawal',
url: '/buyer/wallet/wallet/withdrawal',
method: Method.POST,
needToken: true,
data: params