错误代码 | 错误信息 | 解决方案 |
---|---|---|
2000 | 成功 | |
5000 | 异常 |
{
"taskId": 1701169470436978700,
"nsrsbh": "92****************"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/collect/invoice/getCollectTaskPageData' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 1701169470436978700,
"nsrsbh": "92****************"
}'
{
"reqId": "bf066e8c6e339",
"code": "2000",
"success": true,
"message": null,
"data": {
"result": {
"fp": {
"jxxFileDownLoad": {
"downloadLink": "http://qxy-oss-robot-pro***",
"cxrqq": "202201",
"bigDataMark": "0",
"isFileAvailable": true,
"cxrqz": "202401"
},
"ygxFileDownLoad": {
"downloadLink": "http://qxy-oss-robot-pr***",
"cxrqq": "202201",
"isFileAvailable": true,
"cxrqz": "202401"
}
}
},
"statusMsg": "完成",
"statusDetails": {
"fp": {
"groupStatusDetail": {
"YGXFP": {
"code": "2000",
"hasLoginErr": "0",
"codeMsg": "发票回调完成",
"status": 3
},
"XGJFP": {
"code": "2000",
"hasLoginErr": "0",
"codeMsg": "发票回调完成",
"status": 3
}
},
"loginCode": "2000",
"status": 3
},
"main": 3
},
"status": 3
}
}