Showing
3 changed files
with
7 additions
and
2 deletions
@@ -7,3 +7,8 @@ https://mp.weixin.qq.com/debug/wxadoc/dev/api/?t=201715 | @@ -7,3 +7,8 @@ https://mp.weixin.qq.com/debug/wxadoc/dev/api/?t=201715 | ||
7 | 7 | ||
8 | ## 开发工具 | 8 | ## 开发工具 |
9 | https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html?t=201715 | 9 | https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html?t=201715 |
10 | + | ||
11 | +## 配置appid[下面两个文件] | ||
12 | + | ||
13 | + /common/config.js | ||
14 | + /project.config.json |
@@ -10,7 +10,7 @@ const config = { | @@ -10,7 +10,7 @@ const config = { | ||
10 | private_key: 'b43890b0a296ff3c7b8c260ca763980b', | 10 | private_key: 'b43890b0a296ff3c7b8c260ca763980b', |
11 | app_version: '6.4.0' | 11 | app_version: '6.4.0' |
12 | }, | 12 | }, |
13 | - appid: 'wxe8bfc9b404772199', // appid业务中使用 | 13 | + appid: 'wx66ecf50a505afefa', // 业务中使用、与package.config.json内appid保持一致 |
14 | unionType: '100000000011368', // 渠道号后台写死 | 14 | unionType: '100000000011368', // 渠道号后台写死 |
15 | mini_app_type: '3', // 小程序类型 | 15 | mini_app_type: '3', // 小程序类型 |
16 | resourceContentCode: { | 16 | resourceContentCode: { |
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | }, | 9 | }, |
10 | "compileType": "miniprogram", | 10 | "compileType": "miniprogram", |
11 | "libVersion": "1.9.1", | 11 | "libVersion": "1.9.1", |
12 | - "appid": "wxe8bfc9b404772199", | 12 | + "appid": "wx66ecf50a505afefa", |
13 | "projectname": "%E7%BA%A2%E4%BA%BA%E5%B0%8F%E5%BA%97", | 13 | "projectname": "%E7%BA%A2%E4%BA%BA%E5%B0%8F%E5%BA%97", |
14 | "condition": { | 14 | "condition": { |
15 | "search": { | 15 | "search": { |
-
Please register or login to post a comment