搜索event项目
POST
https://xxx/search/events
请求头
参数名
类型
描述
必填
content-type
str
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
ekey
str
event关键字
必填
edate
str
搜索时间
必填
page
int
页数
必填
响应参数
参数名
类型
描述
必填
flag
boolean
访问结果状态
必填
msg
str
访问日志
必填
title
str
标题
必填
addres
str
地址
必填
start_date
str
开始时间
必填
end_date
str
结束时间
必填
event_state
str
event的状态(true=正常销售,false=停售)
必填
e_limit
boolean
是否限制人数
必填
count_limit
int
e_limit=true的时候限制的最大人数
必填
event_class
str
event类型
必填
image_small
str
小图片
必填
ticket_id
int
票据系统id
必填
sale_price
float
票据价格
必填
name
str
票据名称
必填
sales_end
str
票据销售截止时间
必填
limit
boolean
是否限制座位数
必填
maximum_available_seats
int
limit=true,限制最大座位数
必填
event_id
int
关联event的系统id
必填
tick_state
tick的状态(true=正常销售,false=售光)
必填
real_name
是否实名制
必填
purchase_max_num
最大售卖数量(这个只有在非实名制的情况下有用)
必填
totalPages
int
最大页数
必填