修复无法支付的问题

This commit is contained in:
gyq
2026-01-29 18:19:26 +08:00
parent 696a39da99
commit 3e64567d52
4 changed files with 30 additions and 23 deletions

View File

@@ -23,6 +23,7 @@ export function getOpenId(params) {
return request({
url: `/account/user/openId`,
method: 'get',
headers: {},
params
})
}