feat:更改小程序id由7a9替换为271

This commit is contained in:
2025-07-07 08:56:17 +08:00
parent 3d69baf72d
commit 309963755d
72 changed files with 1116 additions and 106 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const wxLogin = () => {
// 2. 发送 code 到后端换取 token
const result = await login({
code: loginRes.code,
appid: "wx2165f0be356ae7a9"
appid: "wxe752f45e7f7aa271"
})
if (result.code === 200) {