小程序
小游戏
企业微信
微信支付
扫描小程序码分享
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请问一下appid是什么?我们查一下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
请问下,我小程序装了 OCR插件,现在OCR已经正式发布了,每天只有100次/天,那么我想买OCR识别的次数。
小程序APPID:wx77c9e7555e5d0efe
1、是否需要做另外的操作?
2、订单空白无法下单?
appId wx7b979f4631878ebema 买免费的那个没有问题 wx.serviceMarket.invokeService({ service: 'wx7b979f4631878ebe', // 'wx_mp_appid', api: 'OcrAllInOne', data: { img_url: "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1585139224788&di=def9f98e20785a4cdcd93e8016346a0a&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20171103%2Fac2da7fba0d447ff8565b81694b4da5d.jpeg", data_type: 3, ocr_type: 1, }, }).then(res => { console.log('invokeService success', res) }).catch(err => { console.error('invokeService fail', err) }) d但是为什么接口返回错误一直是-7啊,是没有识别出来还是什么其他原因
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请问一下appid是什么?我们查一下
请问下,我小程序装了 OCR插件,现在OCR已经正式发布了,每天只有100次/天,那么我想买OCR识别的次数。
小程序APPID:wx77c9e7555e5d0efe
1、是否需要做另外的操作?
2、订单空白无法下单?
appId wx7b979f4631878ebema 买免费的那个没有问题 wx.serviceMarket.invokeService({ service: 'wx7b979f4631878ebe', // 'wx_mp_appid', api: 'OcrAllInOne', data: { img_url: "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1585139224788&di=def9f98e20785a4cdcd93e8016346a0a&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20171103%2Fac2da7fba0d447ff8565b81694b4da5d.jpeg", data_type: 3, ocr_type: 1, }, }).then(res => { console.log('invokeService success', res) }).catch(err => { console.error('invokeService fail', err) }) d但是为什么接口返回错误一直是-7啊,是没有识别出来还是什么其他原因
APP ID:wx79ac3de8be320b71,在调用协议中service代表的是服务提供商APP ID,这个在开发文档https://developers.weixin.qq.com/miniprogram/dev/extended/service-market/api.html中也有提示的,而服务提供商APP ID在服务页面”接入文档“tab是可以查看到的,您这种情况是service id填错误导致的。