{ "costCode" : 2023080900001, "status" : "已支付" }
curl --location -g --request POST '/{{route}}/payment/open/cost/invalidCostBill?version=1&version=' \ --header 'Authorization;' \ --header 'ent;' \ --header 'ent;' \ --header 'Content-Type: application/json' \ --data-raw '{ "costCode" : 2023080900001, "status" : "已支付" }'
{"message":"费用单状态变更成功!","status":0}