- 小程序调用微信JSSDK问题 小程序,调用JSSDK system:access
小程序,使用 JSSDK web-view 引入H5链接,H5页面已经成功获取了wx.config ,公众号相关功能都可以调用 jsApiList: [ "playVoice",//分享朋友圈接口 "getLocation", "getNetworkType", "scanQRCode", "chooseInvoice" ] 这些权限都获取了,但是发现 wx.invoke("chooseInvoice", { 'timestamp': data.timestamp, // 卡券签名时间戳 'nonceStr': data.nonceStr, // 卡券签名随机串 'signType': 'SHA1', // 签名方式,默认'SHA1' 'cardSign': data.signature // 卡券签名 } 一直失败,提示 system:access_denied 不知道什么问题,求解决方法。
2018-11-07 - 微信接口返回错误 {"errcode":40101,"errmsg":"mis
{"errcode":40101,"errmsg":"missing parameter hint: [RqMy3a0707e254]"}
2018-10-19 - 接口返回40101错误码找不到
{"errcode":40101,"errmsg":"missing parameter hint: [QyVHEa0006e254]"}
2018-10-19 - 微信小程序获取发票详情接口
小程序,现在可以获取自己微信票夹的发票,但是没有获取详情的接口,官网居然说可以通过cardId 和 encryptCode 获得报销发票的信息
2018-10-15