订单详情
GET
http://localhost/api/order/1
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
id
订单id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:success
必填
id
int
示例:1订单id
必填
pid
int
示例:1设备id
必填
code
string
示例:DJ202103091130134024869订单号
必填
status
int
示例:1订单状态
必填
model
string
示例:iPhone 11 Pro Max设备名称
必填
name
string
示例:王小斌寄件人名称
必填
detail
string
示例:南园路68号 寄件地址
必填
phone_no
string
示例:13554711216 寄件人号码
必填
logistics_type
int
示例:1 寄件类型 1预约上门,2自行寄件
必填
logistics_no
object
示例:null 运单号
必填
predict_price
int
示例:4000 预估价
必填
appointment_start
object
示例:null 预约上门起始时间
必填
appointment_end
object
示例:null预约上门结束时间
必填