- 微信第三方平台试用小程序快速认证,消息推送中状态码10005,找不到对应状态码
微信第三方平台试用小程序快速认证提交转正表单后,下发模板,法人认证后,模板页面出现错误,回调消息推送中出现10005状态码,文档中查询不到, {"AppId":"wxdc9fe0a25d307bd9","CreateTime":"1713771330","InfoType":"notify_third_fastverifybetaapp","appid":"wx1b1040be2ea91687","status":"89251","msg":"legal person checking","info":{}} {"AppId":"wxdc9fe0a25d307bd9","CreateTime":"1713771387","InfoType":"notify_third_fastverifybetaapp","appid":"wx1b1040be2ea91687","status":"10005","msg":null,"info":{}} 想知道这个10005 什么意思,对应的msg也是null
04-22 - 公众号用户支付后客服消息发送失败?
公众号商户号支付 用户支付成功了 等了几分钟发送 客服消息 结果也发送失败了 不是说好的支付成功48小时内吗[图片] 错误就是说要么取关或者时间不对 没有取关 就是时间的问题 [图片] 想明白 到底支付成功了 能不能给用户发送客服消息 还是还需要什么条件触发
2021-09-14 - 小程序获取手机号 getPhoneNumber 返回的undefind?
getPhoneNumber(e) { let msg = e.detail.errMsg; let that = this; let sessionID=wx.getStorageSync('login_session_key'), encryptedDataStr=e.detail.encryptedData, iv= e.detail.iv; if (msg == 'getPhoneNumber:ok') { wx.checkSession({ success:function(){ that.deciyption(sessionID,encryptedDataStr,iv); }, fail:function(){ wx.login({ success: res => { console.log(res,'sessionkey过期') app.network.request1({ url: 'login', method: "POST", data: { code:res.code}, success: function (res) { console.log(res) if (res.data.error == 0) { console.log(res.data) that.deciyption(res.data.session_key,encryptedDataStr,iv); } else { wx.showToast({ icon: 'none', title: res.data.message, }) } } }) } }) } }) } }, 调试基础库 2.12.1 e.detail.encryptedData,e.detail.iv, 的值都是undefind 偶尔会是undefind 目前发现在苹果手机上
2020-10-20