|
@@ -155,7 +155,8 @@ async function WxJsSdkConfig(jsApiList = [], url = '', openTagList = []) {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
wx.config({
|
|
|
debug,
|
|
|
- appId: res.data.appId,
|
|
|
+ // appId: res.data.appId,
|
|
|
+ appId: 'wx907c27f16841a919',
|
|
|
timestamp: res.data.timestamp,
|
|
|
nonceStr: res.data.nonceStr,
|
|
|
signature: res.data.signature,
|