invokeService:fail 9301003 internal exception
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/service-market/api.html https://developers.weixin.qq.com/doc/oplatform/service_market/buyer_guideline/API/invokeService.html 说明: 使用wx.serviceMarket.invokeService 和invokeService报相同的错误,麻烦大佬们看看是什么问题请求参数如下: wx.serviceMarket.invokeService({ service: 'wxa8386175898e12c9', api: 'SentenceASR', data: { "Action": "SentenceRecognitionWX", "EngSerViceType": "16k_zh", "SourceType": 0, "Url": "https%3A%2F%2Fasr-audio-1256237915.cos.ap-shanghai.myqcloud.com%2Ftest.wav", "UsrAudioKey": "123456890", "VoiceFormat": "wav" } }).then(res => { console.log('loadVideoToText success', res) }).catch(err => { console.error('loadVideoToText fail', err) })