{
"header_type": 1,
"type": 1,
"drawer_phone": "152xxxxxx32",
"email": "123@qq.com",
"name": "测试发票",
"duty_number": "",
"tell": "4001162626",
"address": "注册地址",
"bank": "开户行",
"card_number": "62242419955121501",
"remark": "备注"
}
curl --location --request PUT '/order/invoice/wx273866852013178880' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"header_type": 1,
"type": 1,
"drawer_phone": "152xxxxxx32",
"email": "123@qq.com",
"name": "测试发票",
"duty_number": "",
"tell": "4001162626",
"address": "注册地址",
"bank": "开户行",
"card_number": "62242419955121501",
"remark": "备注"
}'
{
"status": 200,
"msg": "修改成功"
}