主错误码 | 主错误描述 |
---|---|
0 | 成功,其他都是失败 |
10000 | 系统异常 |
9999 | 参数异常 |
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/pingzgl/getImportResult.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": {
"successCount": 0,
"errorCount": 0,
"importTime": "string",
"fileUrl": "string"
},
"msg": "string",
"code": 0,
"success": true
}