https://developers.weixin.qq.com/doc/offiaccount/WeChat_Invoice/Auto-print/API_Documentation.html
我们想获取微信中的发票信息,现在小程序端能够获得 card_id 和 encrypt_code 但是通过https://api.weixin.qq.com/card/invoice/reimburse/getinvoiceinfo? 这个接口获取发票消息时一直提示没有授权,怎么解决?
返回信息如下
{
"errcode": 48001,
"errmsg": "api unauthorized hint: [hjChfA0521d236][2020-06-01 15:12:01]"
}
你好,确认下access_token是否是调用appid的access_token
curl https://api.weixin.qq.com/cgi-bin/token\?grant_type\=client_credential\&appid\=wx8ab53551ba815759\&secret\=xxxxxxxxxxxx