文档
测试

前台用户订单列表

GET
/b/orderListByUser

响应参数

参数名
类型
描述
必填
code
int
状态值
必填
message
string
提示内容
必填
data
map
返回数据
必填
total
int
共有多少条
必填
rows
array
订单列表
必填
storeName
string
门店名称
必填
pms_order_code
string
单号
必填
user_json
jsonstring
下单时记录的用户json
必填
order_time
Datetime
下单时间
必填
arrive_time
Datetime
到店时间
必填
leave_time
Datetime
离店时间
必填
roomName
string
房型
必填
room_count
string
房间数
必填
order_price
string
总金额
必填
status
int
状态枚举值
必填
id
int
订单id
必填

参数

参数名
类型
描述
必填
clientUserId
int
用户id
必填
limit
int
翻页参数
必填
offset
int
翻页参数
必填