天猫汽车金融支用状态结果通知
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
customerId | String | 必须 | 123 |
|
客户id |
bizNo | String | 必须 | 123 |
|
天猫订单号-最大长度64 |
eventTime | String | 必须 | 2019-08-23 13:33:42 |
|
事件时间 |
status | String | 必须 | LOANED |
|
放款状态:LOANED 放款成功,FAIL 放款失败 |
requestNo | String | 必须 | 123 |
|
请求编号 |
data | String | 必须 | {} | json格式扩展信息 | |
bizType | String | 必须 | TMALL_CAR |
|
业务单据类型 |
customerType | String | 必须 | ALI |
|
客户类型 |
loanNo | String | 必须 | 1234 |
|
支用编号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 结果信息 | |
|
{"bizNo":"123","customerType":"ALI","bizType":"TMALL_CAR","data":"{}","loanNo":"1234","customerId":"123","eventTime":"2019-08-23 13:33:42","requestNo":"123","status":"LOANED"}
{ "result":{ "success":true, "retry":false, "msgCode":"10000", "msgDesc":"业务错误" } }
{"result":{"msgDesc":"Illegal request","success":"不等于true","msgCode":"sign-check-failure"}}
错误码 | 错误描述 | 解决方案 |
---|