post 方式调用 https://api.weixin.qq.com/card/invoice/platform/updatestatus?access_token=xxx 接口
body如下:
{
"card_id":"p6EtvvxaYF_cDMeU69MzIGruudQs",
"code":"144032009110",
"reimburse_status":"INVOICE_REIMBURSE_CANCEL"
}
得到响应内容:
{
"errcode": 72038,
"errmsg": "invoice order never auth hint: [Fx2L.a0715ld75]"
}
但是用户是点击授权过的了,为什么会报错呢?(其实能拿到card_id 就肯定是授权过的了不是吗)
我也遇到了这个问题,有大佬解决了吗
可到小程序栏目咨询