jazz
2023-12-05 aeb317703c9c82edb7c4c7ecc5985eef62864c7c
提交 | 用户 | age
3ac5f2 1 /**
J 2  * 微信公众号 appId
3  * 
4  * 允许根据测试服务器域名,设置测试用的(公司自己的)公众号
5  */
6 let appId = 'wxf7fdbeea741166be'
7
8 // if (/hymctest/.test(location.href)) {
9 //     appId = 'wxc09b57e6e10c7676' // 测试用
10 // }
11
12 export default appId