Commit 695521ff by 任晓松

元素征信文档修改

parent 394fa91a
......@@ -25,6 +25,13 @@
1. [企业标签](#entLabel)
1. [企业开票信息查询](#invoiceInfo)
1. [企业开票信息核验](#invoiceCheck)
1. [通用响应代码](#GeneralCode)
## **<a name=""> 域名</a>**
##### URL
https://fqdev.gongsibao.com 测试
https://fq.gongsibao.com 线上
## **<a name="getToken"> 获取token</a>**
[返回到目录](#menu)
......@@ -3601,4 +3608,23 @@
"accountNumMatch":"1" //银行账户是否匹配 0:不匹配;1:匹配;2:null; 3:暂不支持;
}
}
```
\ No newline at end of file
```
## **<a name="GeneralCode"> 通用响应代码</a>**
[返回到目录](#menu)
|代码 | 是否计费 | 说明 |
| --- | --- | --- |
|SYS001 | 否 | 认证失败 |
|SYS002 | 否 | 请求过期 |
|SYS003 | 否 | 签名错误 |
|SYS004 | 否 | 无权访问 |
|SYS005 | 否 | 账户余额不足 |
|SYS006 | 否 | 请求IP受限 |
|SYS007 | 否 | 请求流水号重复 |
|SYS008 | 否 | 请求频率过快 |
|SYS044 | 否 | 资源不存在 |
|SYS050 | 否 | 报文格式不正确 |
|SYS055 | 否 | 报文解密失败 |
|SYS098 | 否 | 服务不可用 |
|SYS099 | 否 | 系统异常 |
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment