获取订单详情
POST
http://192.168.1.30:8081/hm-service/shop/integral/order/getOrderDetail
接口描述
获取订单详情
请求参数
参数名
类型
描述
必填
orderCode
int
订单号
必填
响应参数
参数名
类型
描述
必填
msg
string
返回信息
必填
code
string
返回代码
必填
order_code
string
订单号
必填
user_id
int
用户 Id
必填
status
int
订单状态(0:待发货;1:待收货;2:已完成)
必填
create_time
int
创建时间
必填
addressee
string
收件人
必填
phone
string
联系方式
必填
address
string
详细地址
必填
pay_type
int
支付类型(1:积分支付;2:抽奖支付)
必填
delivery_time
date
发货时间
必填
receiving_time
date
收货时间
必填
delivery_type
int
配送方式(1:物流)
必填
express_company
string
快递公司名称
必填
express_code
string
快递编号
必填
total_quantity
int
数量合计
必填
aggregate_amount
int
总金额
必填
agent_name
string
客户名称
必填
agent_code
string
客户编号
必填