文档
测试

场次人数查询

POST
/reserve/getreservenumber

请求参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
visitdate
string
预约日期
必填

响应参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
data
返还数据列表
必填
number
string
预约人数
必填
visitdate
string
预约日期
必填
visittime
string
预约时间
必填

说明 / 示例

select count(idcard) as number from reserve where visitdate = '' and visittime = '' and state = '1'