{ "openid": "OPENID", "reimburse_status": "INVOICE_REIMBURSE_INIT", "invoice_list": [ { "card_id": "cardid_1", "encrypt_code": "encrypt_code_1" }, { "card_id": "cardid_2", "encrypt_code": "encrypt_code_2" } ] }
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/card/invoice/reimburse/updatestatusbatch?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "openid": "OPENID", "reimburse_status": "INVOICE_REIMBURSE_INIT", "invoice_list": [ { "card_id": "cardid_1", "encrypt_code": "encrypt_code_1" }, { "card_id": "cardid_2", "encrypt_code": "encrypt_code_2" } ] }'
{ "errcode": 0, "errmsg": "string" }