文档
测试

预约查询

POST
/reserve/getreserveinfo

请求参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
name
string
姓名
必填
phone
string
手机号
必填
visitdate
string
参观日期
必填

响应参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
data
返还数据列表
必填
id
string
序号编码
必填
reservationnumber
string
预约号
必填
name
string
姓名
必填
phone
string
手机号
必填
idcard
string
身份证号
必填
visitdate
string
参观日期
必填
visittime
string
参观时间
必填
state
string
状态 【1:有效, 0:取消预约】
必填
createtime
string
创建时间
必填
remark
string
备注
必填

说明 / 示例

展馆预约原型地址:https://org.modao.cc/app/9e8db653b332207d9fc6a1b4ced6046b29176046?simulator_type=device&sticky 查询预约逻辑参考 select * from reserve where name = '' and phone = '' and state = '1' order by id desc