用于阿里体育saas向合作方推送商品变更通知
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| commodity_sku_id | String | 必须 | 商品ID | 商品ID | |
| product_type | String | 必须 | NUM_TICKET | 商品类型 NUM_TICKET次票 BOOKING订场 | |
| channel_mark | String | 必须 | 渠道标识 | 渠道标识 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| model | Model | 返回数据 | |
|
|||
| is_success | Boolean | true | 接口状态 成功true 失败false |
| msg_code | String | SUCCESS | 接口错误码 成功时须返回SUCCESS |
| msg_info | String | success | 接口错误详细信息 |
{"product_type":"NUM_TICKET","commodity_sku_id":"商品ID","channel_mark":"渠道标识"}
{
"model":{
"notifySuccess":true
},
"is_success":true,
"msg_code":"SUCCESS",
"msg_info":"success"
}
{"msg_code":"sign-check-failure","msg_info":"Illegal request","notifySuccess":"不等于true"}
| 错误码 | 错误描述 | 解决方案 |
|---|