curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/bill/v2/uploadBoxImg' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--form 'uploadFiles=@""' \
--form 'billNo=""' \
--form 'boxNo=""'
{
"state": "ok",
"code": 20000,
"msg": "图片上传成功!",
"errorMsg": null,
"result": null,
"responseOk": true
}