错误代码 | 错误信息 | 解决方案 |
---|---|---|
2000 | 成功 | |
5000 | 异常 |
{
"taskId": "1698948417616556034",
"nsrsbh": "91**************9W"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/collect/taskStatusDetails' \
--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": "1698948417616556034",
"nsrsbh": "91**************9W"
}'
{
"msg": null,
"code": "2000",
"result": {
"statusDetails": {
"jcxx": {
"groupStatusDetail": {
"ORG_ILLEGAL_INFO": 3,
"CREDIT_LEVEL_DETAIL": 3,
"CONTACT_INFO": 3,
"CHANGE_INFO": 3,
"ORG_BACK_TAX_INFO": 3,
"INVESTOR_INFO": 3,
"BASIC_INFO": 3,
"TAX_SBF": 3,
"CREDIT_LEVEL": 3,
"TICKET_IDENTIFY": 3,
"TAX_FEE_IDENTIFY": 3,
"DUTY_PAID_PROOF": 3,
"TAX_PAYMENT": 3
},
"status": 3
},
"fp": {
"groupStatusDetail": {
"XGJFP": 3
},
"status": 3
},
"main": 3,
"sb": {
"groupStatusDetail": {
"FULL_FILE_ZIP": 3
},
"status": 3
}
},
"statusMsg": "完成",
"status": 3
}
}