文档
测试

获取订单详细信息

POST
http://39.105.217.42:8081/index/index/getOrderDetail

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
string
1
必填
id
string
2
必填

响应参数

参数名
类型
描述
必填
meta
object
数据字典
必填
msg
string
示例:获取成功
必填
status
int
示例:200
必填
message
array
商品信息
必填
price
int
示例:1232
必填
pname
string
示例:商品名字
必填
chooseNum
int
示例:2 选择的商品数量
必填
pid
int
示例:2
必填
img_path
string
示例:http://39.105.217.42:8081/static/img/jieke.webp
必填
calculate
object
减免信息
必填
countPrice
int
示例:1232 总价格
必填
zhekou
int
示例:230 折扣减免价格
必填
discounts
object
数据字典 优惠券
必填
money
string
示例:满10减2
必填
id
int
示例:1
必填
distribution
int
示例:5 运费
必填
count
int
示例:1005 减去优惠的价格
必填
addr
object
地址详细信息
必填
address
string
示例:山东济南
必填
addrDetail
string
示例:132号
必填
name
string
示例:高田徐
必填
mobile
string
示例:17606123123
必填
info
object
订单信息
必填
date
string
示例:2021-02-12 112222
必填
order
int
示例:2132133213
必填
status
string
示例:已关闭
必填