first:修正上传地址,优化界面,尝试对接微信支付分免押(50%)

This commit is contained in:
2025-06-27 18:38:10 +08:00
parent bdde4ae2cf
commit 8ac1666e6b
55 changed files with 3142 additions and 1656 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const wxLogin = () => {
// 2. 发送 code 到后端换取 token
const result = await login({
code: loginRes.code,
appid: "wxe752f45e7f7aa271"
appid: "wx2165f0be356ae7a9"
})
if (result.code === 200) {