wx.requestSubscribeMessage({ tmplIds: ['tJal6iPUUenRUoT1r-QgeMwQnN3' , 'NFLN4jE6gwsLxAMFXpUiK9' , 'pf8BrgD_S79_e2b4AgxIk' // , 'hDu2ULrelAjAvgzDm9CHMG' 最多3个 ], success (res) { console.log(res, 'succ'); }, fail(err) { console.log(err, 'err'); } })
发送订阅消息报错 user refuse to accept the msg都是我在允许订阅的情况下。 总是保持以上选择也是勾选和不勾选都是这样 为什么类目是停车服务模版发送会报错? { "errcode": 43101,"errmsg": "user refuse to accept the msg rid: 65718350-7b16aa2d-0e385307"} 而百货/超市/便利店不会报错可以发送 [图片] [图片]
11-15我遇到的情况是,uni-app写的。苹果和微信开发者工具可以,安卓真机不可以。结论是:安卓加载慢一点,增加延迟。希望对大家有用!有用就点赞。 context.draw(false, (r) => { console.log("context.draw",r); setTimeout(function(){ uni.canvasToTempFilePath({ canvasId: 'buildContract', success: res => { console.log("?",res.tempFilePath); resolve(res.tempFilePath) that.downloadImage = res.tempFilePath; this.saveImageToPhotosAlbum(this.downloadImage); // this.uploadSignContract(res.tempFilePath).then(signContractPath => { // resolve(signContractPath) // }) }, fail(err) { console.log("?err",err.tempFilePath); console.log("?err",err); } }) }, 1000) })
安卓7.0.6调用canvasToTempFilePath报错代码片段 https://developers.weixin.qq.com/s/5xL8J6mS7Lcd 安卓报错canvasToTempFilePath:fail:create bitmap failed [图片] [图片]
04-20