文档
测试

码单详情

POST
http://testgeli2.com/api/advanceOrder/orderDetail

请求参数

参数名
类型
描述
必填
user_token
string
示例:ccde006bf4ee1a7d0d8dd911bd691748
必填
order_id
int
码单Id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:ok
必填
data
object
数据字典
必填
order_id
int
码单id
必填
shop_id
int
必填
user_id
int
必填
customer_id
int
客户id
必填
order_status
int
订单状态,1待接单,2已接单,3已完成,4已取消
必填
add_time
int
下单时间
必填
remark
string
备注
必填
order_goods
array
商品信息
必填
id
int
必填
order_id
int
必填
goods_id
int
商品id
必填
price
string
价格
必填
number
string
数量
必填
goods_name_history_id
int
必填
subtotal
string
小计
必填
unit
string
单位
必填
unit_number
int
单位数量
必填
pack_type
int
包装类型,1散装,2定装,3非定装
必填
weight
string
重量
必填
goods_name
string
商品名
必填
customer_name
string
客户名
必填