错误代码 | 错误信息 | 解决方案 |
---|---|---|
PARAMETER_ERROR | 企业不存在 | |
NO_RESULT | 任务不存在 | |
PARAMETER_ERROR | 请求参数不能为空! | |
PARAMETER_ERROR | 企业Id(aggOrgId)不能为空! | |
PARAMETER_ERROR | 请求参数taskId不能为空! | |
PARAMETER_ERROR | 参数格式不合法,不是有效的json格式! | |
BUSINESS_ERROR | 查询任务结果失败,请联系管理员! | |
BUSINESS_ERROR | 没有找到对应的任务信息 | |
BUSINESS_ERROR | 暂不支持此任务类型查询 | |
INTERFACE_ERROR | 接口异常,请联系管理员! |
{
"aggOrgId":447893717379200,
"taskId":"455856444756480"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/tax/qys/queryTaskInfo' \
--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 '{
"aggOrgId":447893717379200,
"taskId":"455856444756480"
}'
{"reqId":"884697ed4c1443778cc394543d902b30","code":"PARAMETER_ERROR","success":true,"message":"没有找到对应的企业!","data":null}