token: ********************
{ "id": 1 // 发票附件id }
curl --location --request POST 'http://cmi-api.gleg.site/api/invoices/delFile' \ --header 'Content-Type: application/json' \ --header 'token;' \ --data-raw '{ "id": 1 // 发票附件id }'
{}