部分接口调整,修复提现页面点击弹窗确认按钮卡死问题

This commit is contained in:
2025-08-05 18:02:39 +08:00
parent d3dc2e8a87
commit 1eb645705d
3 changed files with 21 additions and 13 deletions

View File

@@ -8,9 +8,9 @@ export const selectNewApp = (data) => {
return http.request({
url: '/user/selectNewApp',
data: data,
method: 'POST',
})
}
/**
* 获取用户信息
*/