curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//szProceedInfo/importExcel.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--form 'billType="4028e3815cceb060015ccf3b4d0c05c6"' \
--form 'file=@""' \
--form 'doId=""' \
--form 'deptId=""' \
--form 'paperPattern=""'
{
"data": [
{
"id": "string",
"billNumber": "string",
"chargeDate": "string",
"payDept": "string",
"getMoney": "string",
"billMoney": "string"
}
],
"msg": "string",
"code": 0,
"success": true
}