| 错误代码 | 错误消息 | 解决方案 |
|---|---|---|
| 600004 | 未开通权限,请联系管理员! | 与运营沟通申请开通对应权限 |
| 505002 | 接口调用异常,请联系管理员! | 请联系管理员 |
| FprzNotSupportDq | 暂不支持该地区进行发票云认证! | |
| FprzParameterVerification | 传入参数不能为空! 传入的参数-企业纳税人识别号nsrsbh不能为空! | 请检查参数是否不为空 请检查参数nsrsbh是否不为空 |
| FprzExceededCallCountLimit | 超过当天可申请次数,请次日发起申请! | 请检查任务发起次数,保持合理频率! |
| FprzServerError | 申请获取税款所属期操作发生异常,请联系管理员 | 认证服务出错,请联系管理员 |
{
"nsrsbh": "52**************XJ"
}curl --location --request POST 'http://prod-cn.your-api-server.com/v2/invoice/rz/sqSkssqCj' \
--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 '{
"nsrsbh": "52**************XJ"
}'{
"reqId": "1accd95fefc343319163afcc2bb5879c",
"code": "2000",
"success": true,
"message": null,
"data": 475132666845504
}