根据场馆id获取改场馆下可办理的会员卡
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
center_id | String | 必须 | 10000000 | 中心id | |
stadium_id | String | 可选 | 10000002 | 场馆id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
is_success | Boolean | true | 接口状态 成功true 失败false |
msg_code | String | SUCCESS | 接口错误码 成功时须返回SUCCESS |
msg_info | String | success | 接口错误详细信息 |
model | Model | 接口数据 | |
|
{"center_id":"10000000","stadium_id":"10000002"}
{ "is_success":true, "msg_code":"SUCCESS", "msg_info":"success", "model":{ "specials":[ { "price":200, "center_name":"体育场馆", "card_type":2, "description":"体育场馆会员卡专项卡描述", "sports_item_name":"篮球", "sports_item_key":"basketball", "center_id":"100000", "card_id":"10000", "card_name":"体育场馆专项卡" } ], "center_id":"100000", "center_name":"体育场馆", "card_type":1, "card_id":"10000", "card_name":"体育场馆一卡通", "description":"体育场馆会员卡", "price":100 } }
{"msg_code":"sign-check-failure","msg_info":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|