- 关于wx.config问题?
我现在项目只需要使用`jsapi`,`oauth`公众号登录功能,我是否必须要调用`wx.config` 我现在调用出现了`param is empty`问题,我查阅了相关文档说的要填写`jsApiList`,但是我看了下里面的值,我貌似没有用到的
07-26 - wx.config参数问题
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Account_Management/Generating_a_Parametric_QR_Code.html 除了appid和jsapilist,debug,其他值应该怎么填写?? [图片]
07-23 - 微信扫码推送事件内容返回不对?
// 这是扫码之后,后端监听到的数据 { signature: 'xx', timestamp: 'xx', nonce: 'xx', openid: 'xx-xxx' } // 但是我查了了文档应该拿到的是 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[FromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[subscribe]]></Event> <EventKey><![CDATA[qrscene_123123]]></EventKey> <Ticket><![CDATA[TICKET]]></Ticket> </xml>
07-02