场馆预订产品日历
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| out_stadium_id | String | 必须 | 10000001 | 合作方场馆id | |
| out_product_id | String | 必须 | 6295 | 合作方产品id | |
| start_date | String | 必须 | 2019-01-01 | 开始日期 | |
| end_date | String | 必须 | 2019-01-07 | 结束日期 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| is_success | String | true | 接口状态 成功true 失败false |
| msg_code | String | SUCCESS | 接口错误码 成功时须返回SUCCESS |
| msg_info | String | success | 接口错误详细信息 |
| model | Model [] | 接口数据 | |
|
{"end_date":"2019-01-07","out_stadium_id":"10000001","out_product_id":"6295","start_date":"2019-01-01"}
{
"is_success":"true",
"msg_code":"SUCCESS",
"msg_info":"success",
"model":[
{
"date":"2019-01-01",
"out_product_id":"6295",
"status":true,
"start_time":"2019-01-01 10:00:00",
"lowest_price":100,
"inventory":10
}
]
}
{"msg_code":"sign-check-failure","msg_info":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|