文档
测试

订单详情

GET
web/order/detail/<id>

请求头

参数名
类型
描述
必填
token
string
登录标识
必填

请求参数

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

响应参数

参数名
类型
描述
必填
id
int
示例:1
必填
coupon_id
int
优惠券
必填
shop_name
string
商户
必填
order_no
string
示例:05a1gvq1tji2okpevvj3c1il3q
必填
total_count
int
总数量
必填
total_price
string
总价格
必填
final_price
string
最终价格
必填
send_price
string
运费
必填
status
int
状态
必填
send_code
string
物流编号
必填
snap_title
string
标题
必填
snap_image
string
图片
必填
snap_items
array
订单商品
必填
id
int
示例:2
必填
spu_id
int
示例:3
必填
image
string
示例:http://192.168.1.152:5000/assets/img/qrcode.png
必填
count
int
示例:2
必填
price
string
示例:4.00
必填
title
string
示例:红烧牛肉面
必填
is_comment
boolean
示例:false
必填
snap_address
object
地址
必填
name
string
示例:白展堂
必填
tel
string
示例:15613321312
必填
address
string
示例:十八里铺
必填
province
string
示例:山东省
必填
city
string
示例:济南市
必填
district
string
示例:历下区
必填
pay_time
object
支付时间
必填
create_time
string
示例:2020-12-21 15:17:25
必填
status_text
string
示例:待支付
必填