以上三个图的文档地址如下:
1.https://developers.weixin.qq.com/doc/oplatform/service_market/charge/guide/intro.html
3.https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/charge/api/charge_get_usage_detail.html 是通过文档2的getUsageDetail函数链接点进去的
在文档2中,getUsageDetail有一个参数是appId,在文档3中appid没有了,实际调用过程中,appid传任何值都不会报错
这个接口是查询小程序使用余量,我刚开始以为要用具体小程序token,传具体小程序token会报401invalid credential, access_token is invalid or not latest, could get access_token by getStableAccessToken, more details at https://mmbizurl.cn/s/JtxxFh33r rid: 64cc992c-7cd19454-04b202f5"
看了这个错误详情,是需要服务商token,如果没有地方传递小程序appid,就无法查询小程序的使用余量
我怎么查询具体小程序的使用余量
你好,请使用小程序token调用接口试试,报错{"errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest, could get access_token by getStableAccessToken, more details at https://mmbizurl.cn/s/JtxxFh33r rid: 64cc992c-7cd19454-04b202f5"},请检查下拼接的token,传参token有问题