收藏
回答

将电子发票卡券插入用户卡包报错?

https://developers.weixin.qq.com/doc/offiaccount/WeChat_Invoice/E_Invoice/Invoicing_Platform_API_List.html


以下是请求的内容 有没有大神指导阿...

POST https://api.weixin.qq.com/card/invoice/insert?access_token=80_i2Mq0EtwiF5kHVaNorOwWQJzjccerEAboZQaaCzI6rsXCdnHhczUw0rs4mbcsmU7gqlDN3rZl129uNF3Ib1W5oHMZUKj6BnDCXsSdMQgLCrfB2dZF6pySX4k6A8UXLcAEAZCQ


request body :
{
    "order_id": "0382785204709002024052003",
    "card_id": "pBO0G6vUJgen86vAhzFFTcGw3cpI",
    "appid": "wx5fe09b344c62b8ec",
    "card_ext": {
        "nonce_str": "j!asdasdsadasd21",
        "user_card": {
            "invoice_user_data": {
                "info": [
                    {
                        "price": 888,
                        "num": 1,
                        "name": "牙膏",
                        "unit": "个"
                    }
                ],
                "billing_no": "24317000000183259524",
                "billing_code": "",
                "billing_time": 1716190788,
                "tax": 0,
                "check_code": "",
                "s_pdf_media_id": "25147342630481921",
                "fee": 88800,
                "title": "XXX发票",
                "fee_without_tax": 88800
            }
        }
    }
}




返回
{
    "errcode": -1,
    "errmsg": "system error hint: [rf4NnA09312806]"
}


回答关注问题邀请回答
收藏
登录 后发表内容