请问最后怎么排查到的问题呢?
微信分享ios失败?微信分享debug alert都返回ok,安卓可以正常分享,但是ios手机分享异常,不能正常显示图片,链接。 appid:wx1e41a72509751cc2 时间:2020.01.09 11:50-11:54 wx.config({ debug: true, appId: respData.appId, timestamp: respData.timestamp, nonceStr: respData.nonceStr, signature: respData.signature, jsApiList: ['updateAppMessageShareData', 'updateTimelineShareData', 'onMenuShareAppMessage', 'onMenuShareTimeline'] }); wx.ready(function () { wx.updateAppMessageShareData({ title: share_title, desc: share_desc, link: reqUrl, imgUrl: reqUrl, success: function () { }, cancel: function () { } }); wx.updateTimelineShareData({ title: share_title, link: reqUrl, imgUrl: reqUrl, success: function () { }, cancel: function () { } }); });
2021-06-02请问是什么原因呢?
https的驾驶证识别失败 "errcode": 101001,https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/ocr/ocr.driverLicense.html https的驾驶证识别失败 { "errcode": 101001, "errmsg": "certificate not found hint: [NOuWNA08444741] rid: 5f9bacd4-723830a2-0d2a598e" }
2020-11-18