文档
测试

(更新)订单详情

GET
/order/order/info

响应参数

参数名
类型
描述
必填
code
int
状态值
必填
message
string
提示内容
必填
data
map
返回数据
必填
CurrentUser
map
当前用户的所有字段
必填
Goods
map
下单时商品的全部字段
必填
Order
map
该订单的全部字段
必填
Room
map
下单时门店的全部字段
必填
Status
array
下单时订单对应的商品状态的数组
必填
Store
map
下单时门店的全部字段
必填
User
map
下单时用户的全部字段
必填
activeOrder
object
商品订单信息
必填
bookType
int
是否同时预订 1:与房间同时预订 2:订房后预订
必填
orderTime
String
下单时间
必填
payTotalPrice
商品合计金额
必填
discountTotalPrice
商品优惠金额
必填
groupList
array
商品明细列表
必填
id
int
组合id
必填
groupName
stirng
组合名称
必填
orderType
int
1:个性化 2:他订
必填
sort
int
第几间房 示例:1
必填
payPrice
number
支付金额
必填
discountPrice
number
优惠金额
必填
goodsList
array
商品集合
必填
id
number
商品ID
必填
name
string
商品名称
必填
spec
string
商品规格
必填
price
number
价格 总的价格
必填
num
number
购买数量
必填
orderCode
array
订单编号列表
必填
id
int
订单id
必填
code
string
订单编号
必填
couponList
string
订单中关联 券信息
必填
name
string
券名称
必填
money
double
金额
必填
count
int
数量
必填
classify
int
1:优惠券 2:权益券
必填
activeHeOrder
object
与activeOrder内的参数一样
必填
discountPrice
double
会员折扣优惠金额(order字段里面)
必填
levelName
string
会员等级名称
必填
statusStr
string
状态名称
必填
aactiveMemberGoodsOrder
object
会员专属用品活动订单 与activeOrder内的参数一样
必填

说明 / 示例

groupList 不为空 说明已经预订 order 中 roomNumber 为已确认订单的房间号 拼接字符串

参数

参数名
类型
描述
必填
orderId
int
订单id
必填