https://developers.weixin.qq.com/doc/service/api/invoice/reimbursement/api_invoicebxgetinvoice.html
本接口在不同账号类型下的可调用情况:
- 小程序仅认证:表示仅允许企业主体已认证账号调用,未认证或不支持认证的账号无法调用。
- 公众号服务号移动应用✔:该账号可调用此接口。
- 其他未明确声明的账号类型,如无特殊说明,均不可调用此接口。
其中提到权限集id:26 只有在公众号权限集合上存在,小程序并没有权限id 26;
调用出现:{"errcode":61007,"errmsg":"api is unauthorized to component hint: [2m8hRa08023411]"}
这个api确认能够通过小程序的授权token 服务端获取吗?
还是必须要通过同主体下的服务号token请求?(但实际测试如果使用服务号token请求,出现参数非法错误)
{"errcode":72031,"errmsg":"invalid params hint: [GWEd3a05743510]"}

你好,请提供代调用接口报错返回的rid信息
这个是我们请求自己记录的日志:{"request_url": "https://api.weixin.qq.com/card/invoice/reimburse/getinvoicebatch?access_token=101_Ff2jqXBFJs2XOlJOfxC6jeKZEBCE-nfnvKuv96PxI-xxxx","request_method": "post","request_headers": "{\"Content-Type\": \"application/json; charset=UTF-8\"}","request_parameters": "{\"body\": \"{\\\"item_list\\\":[{\\\"card_id\\\":\\\"pmB7tw-yfIGHTxBRbL9YOOzva7XE\\\",\\\"encrypt_code\\\":\\\"O/xxxx/W/Rg7o+w9SYM+ss0vsgxKY/V2I\\\"}]}\", \"debug\": false, \"verify\": false, \"headers\": {\"Content-Type\": \"application/json; charset=UTF-8\"}, \"timeout\": 60, \"connect_timeout\": 60}","request_at": "2026-03-12 08:45:04","response_headers": null,"response_status_code": null,"response_body": "{\"errcode\":61007,\"errmsg\":\"api is unauthorized to component hint: [zFuDga03039129]\"}","response_json": null,"responsed_at": null,"created_at": "2026-03-12 08:45:04","updated_at": "2026-03-12 08:45:04"}这里是真实请求的响应。{"headers": {"Content-Type": "application\/json; charset=UTF-8"},"timeout": 60,"connect_timeout": 60,"verify": false,"debug": false,"body": "{\"item_list\":[{\"card_id\":\"pmB7tw-yfIGHTxxxxx\",\"encrypt_code\":\"O\/\/V2I\"}]}"} response_body: {"errcode": 61007,"errmsg": "api is unauthorized to component hint: [zFuDga03039129]"}你好,确实没有rid返回?。 response_body 只有这些内容。正常我应该如何使用token呢?第三方代开发,使用小程序授权token还是同主体服务号token?我目前请求参数是由小程序发起的。但实际表现就是小程序请求提示无权限。
{"errcode": 72031,"errmsg": "invalid params hint: [YUDyrA07193510]"}授权小程序appid: wx250cec0609a39b2f