{
"id": 215,
"status": 0,
"apply_reply": "",
"amount": "2939.00"
}
curl --location --request POST '/adminapi/finance/order_invoice/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 215,
"status": 0,
"apply_reply": "",
"amount": "2939.00"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "发票申请更新成功"
}
}