文档
测试

根据订单id获取订单信息

GET
http://localhost:8080/order/get/id/3

接口描述

根据请求路径的订单id获取订单详细信息,订单id附在路径上

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:查询成功!!!
必填
data
object
数据字典
必填
id
int
示例:3
必填
userID
int
示例:4
必填
consignee
string
示例:戴一
必填
addressID
int
示例:2
必填
paymentMethod
string
示例:支付宝
必填
discountAmount
float
示例:43.32
必填
orderAmount
float
示例:33.43
必填
shippingAmount
int
示例:222
必填
paymentAmount
int
示例:212
必填
deliveryMan
string
示例:李一
必填
deliveryManPhone
string
示例:1111111
必填
createTime
string
示例:2022-05-02T11:25:07.000+00:00
必填
shippingTime
object
示例:null
必填
payTime
object
示例:null
必填
orderStatus
int
示例:1
必填