企业审核回调
回调说明
[!NOTE]
查看企业审核回调说明之前请仔细看一下“异步回调”说明介绍,企业注册审核成功或驳回时会发送结果到相应的url地址
请求参数说明
参数名 | 值或说明 | 是否必填(*是) | 请求方式 | 字段类型 |
---|---|---|---|---|
method | organization.audit.status | * | post | string |
version | 1.0.0 | * | post | string |
timestamp | 时间戳,毫秒 | * | post | long |
data | 参考data说明 | ? | post | JSONObject |
sign | 签名sign(sha1对前面的参数签名) | * | post | string |
appkey | appkey | * | post | string |
data说明
data内部结构字段 | 说明 | 是否必填(*是) | 请求方式 | 字段类型 |
---|---|---|---|---|
emailOrMobile | 邮箱 | * | post | string |
name | 企业名称 | * | post | string |
organizationRegNo | 企业证件号 | * | post | string |
status | 审核状态(1通过2驳回) | * | post | int |
msg | 驳回原因 | ? | post | string |