|
@@ -35,9 +35,9 @@ export default defineComponent({
|
|
|
wx.config({
|
|
|
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印
|
|
|
appId:"wx67ca1b8c9816ef28", // 必填,公众号的唯一标识
|
|
|
- timestamp: 1650277195, // 必填,生成签名的时间戳
|
|
|
- nonceStr: "i3UsiTKc96RhVc7s", // 必填,生成签名的随机串
|
|
|
- signature: "3c6737b91c697e96a8bca19de19363364cd23b19", // 必填,签名
|
|
|
+ timestamp: 1650277546, // 必填,生成签名的时间戳
|
|
|
+ nonceStr: "l1sg5m9xvc", // 必填,生成签名的随机串
|
|
|
+ signature: "d06b3c94ad19a3624437dfa9a8ea6d052354f793", // 必填,签名
|
|
|
jsApiList: ["previewImage"], // 必填,需要使用的JS接口列表
|
|
|
openTagList: ["wx-open-launch-weapp"], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
|
|
|
});
|