invokePOISearch: function (searchData) { wx.serviceMarket.invokeService({ service: wxc1c68623b7bdea7b, api: 'poiSearch', data: searchData }).then(res => { this.processSearchResults(res); }).catch(err => { console.error(err); }); }, 搞了一晚上,同样报这个错,云服务开通了,充钱了,腾讯地图也设置了,就是报错Error: invokeService:fail 9301010 consumption failure (requestId: MLwpyNbWTYmLYChviJ57P3G3YLeFjXA-y7tZtT5kVLi_1bHDc1i0498TgAkMPzQb7fQ) at WASubContext.js?t=wechat&s=1707157446522&v=2.20.1:2 at Generator.next (<anonymous>) at n (WASubContext.js?t=wechat&s=1707157446522&v=2.20.1:2) at s (WASubContext.js?t=wechat&s=1707157446522&v=2.20.1:2) 好气a,浪费生命
invokeService:fail 9301010?wx.serviceMarket.invokeService({ service: service, api: 'rgeoc', data: { location: `${latitude},${longitude}`, get_poi: 1, poi_options: "policy=1", } }) 在使用地址逆解析时,出现的问题 !!!
02-06