统一标识代码注册管理中心 二维码应用市场

首页在线API 帮助中心

首页 > 其他接口 > 查询审核状态接口

其他接口·查询审核状态接口


接口说明
查询单位注册审核/解析地址审核的当前状态,提供 HTTP JSON 数据返回。
请求与响应格式
关于如何发送HTTP请求与服务端交互并处理响应,请参见:接口调用指南
API
/sp/idcode/examinerecord
输入参数说明
参数名 类型 是否必须 描述
access_token String 唯一的平台授权key(必填)
company_idcode String 单位主码(必填)
category_reg_id String 品类申请ID(如果type=2,则 必填)
type int 审核类型 1:单位注册审核 2:解析地址审核
time String 当前时间的毫秒数(必填)
hash String HTTP通信加密字符串(必填)
输出参数说明
参数名 类型 描述
examine_content String 单位名称或解析地址
examine_status int 审核状态 -1:审核不通过 0:待审核 100:审核通过 其
examine_remarks String 审核原因
result_code int 结果参数
result_msg String 当前时间的毫秒数(必填)
ExamineResult String 实体Json 无其他参数返回
请求示例
/sp/idcode/examinerecord
Response JSON 示例

                            {"examine_content":单位名称或解析地址,"examine_status":审核状
态,"examine_remarks":审核原因,"result_code":1,"result_msg":"成功"}
状态码说明
状态码 描述
1 成功
0 失败
-1 系统繁忙,请稍后再试
10000 参数错误
10001 授权失败,授权 Key 不存在
10002 授权失败,授权 Key 已被禁用
10003 单位信息不存在
50003 品类注册 ID 错误