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