这版是公共号授权版

This commit is contained in:
cao123
2026-08-12 11:47:51 +08:00
parent d0776f9676
commit e47df01af9
18 changed files with 365 additions and 378 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ const accountInfo = wx.getAccountInfoSync();
const baseURLMap: Record<string, string> = {
develop: "https://rsc.test.rsjk.org.cn",
trial: "https://rsc.test.rsjk.org.cn",
release: "https://mp.qbxfu.cn"
// release: "https://rsc.test.rsjk.org.cn"
// release: "https://mp.qbxfu.cn"
release: "https://rsc.test.rsjk.org.cn"
}
export const BASE_URL = baseURLMap[accountInfo.miniProgram.envVersion]