列表
POST
http://localhost:8080/applet/order
请求参数
参数名
类型
描述
必填
user_id
string
用户id 示例:960fa4a695ee431a8624cca0ed1af5a9
必填
store_id
string
门店id 选择了传 没选择不传 示例:
必填
order_status
int
-1全部 1待使用 2使用中 3已完成 4已取消 示例:-1
必填
page
int
示例:1
必填
limit
int
示例:10
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
id
string
示例:3
必填
store_name
string
门店名称 示例:24H无人自助棋牌[德思勤店]
必填
order_status
string
订单状态 1待使用 2使用中 3已完成 4已取消 示例:3
必填
room_name
string
预约包间 示例:V555
必填
room_img
string
包间图片 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501501610.jpg
必填
order_time
string
下单时间 示例:2022-08-30 13:13:21
必填
order_begin_time
string
开始时间 示例:2022-08-30 13:30
必填
order_end_time
string
结束时间 示例:2022-08-30 17:30
必填
order_hour
int
预约时长 示例:5
必填
order_price
int
订单总计 示例:0
必填
order_deduct_price
int
订单优惠 示例:0
必填
order_real_price
int
订单实付 示例:0
必填