最后一笔订单从12月27到现在已经快2个月了,还显示最后一笔订单完成未满30个自然日,腾讯你先别挣钱了,我先问问你有没有 不知道怎么想的100块钱2个月,还一直是那个状态,你踏马后台看不到吗,有m就解决,别在这玩文字游戏好吗 [图片]
无法提交审核是啥情况? [图片]
后后台发起转账接口发起成功,APP待用户确认状态,但是APP调用确认后提示:package_info 信息有误,请返回联系商家处理,这是package参数错误,请问:哪里出错了? 已知:后台发起转账接口发起成功。并返回package_info 状态属于资金冻结,等待用户确认 ackage参数错误,但是这个不是微信返回的吗?
使用Java代码集成托管云中的对象存储的时候,文档https://developers.weixin.qq.com/miniprogram/dev/wxcloudservice/wxcloudrun/src/development/storage/service/cos-sdk.html#%E4%BA%94%E3%80%81%E4%BD%BF%E7%94%A8%E6%A1%88%E4%BE%8B中,说需要访问/_/cos/getauth获取临时密钥,访问该接口使用云调用功能,这一过程的整体流程是什么。现在我已经配置好了云调用的令牌权限,下一步是什么呢?我觉得这个文档没写清楚完整流程
includePoints在页面中使用正常,在组件中使用无效,success和fail也没有触发(页面里面有触发) wxml:<map id="map" style="width:100%;height:100%;position:fixed;top: 0;left: 0;right: 0;bottom: 0;" longitude="{{longitude}}" latitude="{{latitude}}"></map> js:let mapC = wx.createMapContext('map'); console.log('======', mapC) mapC.includePoints({ points: [{ "latitude": 30.259433598978386, "longitude": 120.0117004409193 }, { "latitude": 30.257973471323258, "longitude": 120.0117003182772 } padding: [10, 10, 10, 10], // 设置视野边距 success: (res) => { console.log('res', res) }, fail: (err) => { console.log('err', err) }
selectImg(){ wx.chooseMedia({ count: 9, mediaType: ['image'], sourceType: ['album', 'camera'], maxDuration: 30, camera: 'back', success(res) { console.log(res.tempFiles[0].tempFilePath) console.log(res.tempFiles[0].size) wx.serviceMarket.invokeService({ service: 'wx79ac3de8be320b71', // '固定为服务商OCR的appid,非小程序appid', api: 'OcrAllInOne', data: { img_url: res.tempFiles[0].tempFilePath, data_type: 3, ocr_type: 8, }, }).then(res => { console.log('invokeService success', res) // wx.speak({ // text: that.data.resultText, // lang: 'zh_CN', // success: function(res) { // console.log('语音播放成功') // }, // fail: function(res) { // console.log('语音播放失败', res) // } // }) }).catch(err => { // console.error('invokeService fail') console.log(err) // wx.showModal({ // title: 'fail', // content: err + '', // }) }) } }) }, 报错: Error: invokeService:fail 9301002 call api service failed (requestId: MLxGvXqdUSfHOnkjyz3Bx4bP_mgGYMKWsCLTYweHEZ0RwFJWFj5cXuZ_dXlbGkSrllA) at <anonymous>:1:288549 at Generator.next (<anonymous>) at t (<anonymous>:1:375) at s (<anonymous>:1:586) 手机上报错103