获取预约选项列表 websocket测试 POST GetReservationOptions 接口描述 获取预约选项列表 响应参数 参数名 类型 描述 必填 data object 数据字典 必填 identification_type array 证件类型例表 数据列表 必填 id int ID 示例:1 必填 name string 名称 示例:身份证号 必填 en_name string 英文名称 (注只有 珠海慧心接口返回) 必填 notification string 通知 注,空表示【无通知】,不是空表示【有通知,且是通知内容】 必填 ret int 示例:0 必填 err_code int 示例:0 必填 msg string 示例:ok 必填 说明 / 示例 ## 接口地址 ## 成功返回示例 ```language { "data": { "identification_type": [{ "id": 1, "name": "身份证号", "en_name": "" }, { "id": 2, "name": "回乡证", "en_name": "" }, { "id": 3, "name": "港奥通行证", "en_name": "" }, { "id": 4, "name": "护照", "en_name": "" }], "notification":"通知xxxx", }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):
## 接口地址 ## 成功返回示例 ```language { "data": { "identification_type": [{ "id": 1, "name": "身份证号", "en_name": "" }, { "id": 2, "name": "回乡证", "en_name": "" }, { "id": 3, "name": "港奥通行证", "en_name": "" }, { "id": 4, "name": "护照", "en_name": "" }], "notification":"通知xxxx", }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):