- 收不到小程序提审、审核通过、发布等事件
已经按照下面文档配置好了开发者服务器接收消息推送,能接受到Event=user_authorization_revoke 消息,但接收不到weapp_audit_fail、weapp_audit_success 等事件 https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html#%E5%BC%80%E5%8F%91%E8%80%85%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%8E%A5%E6%94%B6%E6%B6%88%E6%81%AF%E6%8E%A8%E9%80%81
08-18 - TGit报错
[图片] Push failed Error: callback returned unsupported credentials type
2018-10-12 - 微信第三方平台获取体验者列表
3. 获取体验者列表 请求方式: POST(请使用https协议) [代码]https://api.weixin.qq.com/wxa/memberauth?access_token=TOKEN [代码]POST数据示例 [代码]{ "action":"get_experiencer", } [代码]返回说明 [代码]{ "errcode":0, "errmsg":"ok", "members":[ { "userstr" : "xxxxxxxx", }, { "userstr" : "yyyyyyyy", } ] } [代码]参数说明 参数说明0成功members人员列表userstr人员对应的唯一字符串这个接口获取到的userStr有什么用啊? 如何区分用户?
2018-09-12 - 微信开发工具一直弹框
[图片] 打开公众号调试就是这样了……
2018-08-08 - 如何查看最新的基础库更新
[图片] [图片] 2.1.1,2.1.2,2.1.3,2.2.0 这几个版本更新的内容根本看不到啊?
2018-07-16 - 小程序获取二维码的链接返回参数是啥?
wx.request({ // 调用接口C url: 'https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=' + res.data.access_token, method: 'POST', data: { scene: app.globalData.user.id, page: '/pages/invited/invited', width: 430, auto_color: true, }, success(res) { console.log(res) } }) 请教这个链接返回参数是啥啊?[图片]
2018-04-10 - 编译反应过慢
[图片] 编译后半天没有反应
2018-02-28 - js文件修改后编译过慢
[图片] 当js发生变化时,模拟器反应很慢
2018-02-27 - 开发工具调试窗口报错
[图片] ERROR D:\Program Files (x86)\微信web开发者工具\package.nw\js\0c4823143da6a69d89b64580be1021af.js process capture screen failure with err: Error: max timeout Error: max timeout at Timeout.setTimeout [as _onTimeout] (D:\Program Files (x86)\微信web开发者工具\package.nw\js\9beb6be9c4f08fd7406b0e6f964234ea.js:1:1695) at ontimeout (timers.js:469:11) at tryOnTimeout (timers.js:304:5) at Timer.listOnTimeout (timers.js:264:5)
2018-02-02