不同产品的授信流程中需要和保司做通知交互的操作,例如用户开通/退出后同步保司
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| identifier | String | 必须 | 123456 | 幂等号 | |
| productCode | String | 必须 | AE_FREE_RETURN | 产品码 | |
| bizType | String | 必须 | OPEN | 业务操作类型 | |
| bizTime | String | 必须 | 2022-03-30 10:00:00 | 业务发生时间,格式“yyyy-MM-dd HH:mm:ss” | |
| applicantCompanyInfo | ApplicantCompanyInfo | 可选 | 申请人公司信息 | ||
|
|||||
| extData | ExtData | 可选 | 扩展信息 | ||
|
|
|||||
| userId | String | 必须 | 123456 | 用户id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| context | Context | 扩展信息 | |
|
|||
| responseMessage | String | OK | 返回消息 |
| responseCode | String | SUCCESS | 返回code |
| success | Boolean | true | 请求是否成功,true/false |
{"identifier":"123456","productCode":"AE_FREE_RETURN","bizType":"OPEN","extData":"","applicantCompanyInfo":{"legalPersonLicenseType":"IDENTITY_CARD","companyLicenseType":"UNITY","companyAddress":"xx省xx市","companyName":"xxx公司","legalPersonLicenseNo":"4****************3","companyLicenseNo":"9xxxxxxxxxxY74N","legalPersonName":"张**"},"userId":"123456","bizTime":"2022-03-30 10:00:00"}
{
"context":{
"agreementNo":"23838238",
"agreementName":"投保协议"
},
"responseMessage":"OK",
"responseCode":"SUCCESS",
"success":true
}
{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|