获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.serviceMarket.invokeService 返回值data为空?
[图片] // 选择图片 wx.chooseImage({ count: 1, success: async function(res) { console.log(res); try { const invokeRes = await wx.serviceMarket.invokeService({ service: 'wx79ac3de8be320b71', api: 'OcrAllInOne', data: { // 用 CDN 方法标记要上传并转换成 HTTP URL 的文件 img_url: res.tempFilePaths[0], data_type: 3, ocr_type: 7 }, }) console.log('invokeService success', invokeRes) } catch (err) { console.error('invokeService fail', err) } }, })
2022-04-02 - scrollview属性enhanced 属性开启后在ios 15.1不起作用
https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html
2021-12-14