文档
测试

订单详情表

POST
{{recycl}}/recycl/orderInfo

请求参数

参数名
类型
描述
必填
token
必填
user_id
必填
id
订单id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填
data
object
数据字典
必填
order_info
object
数据字典
必填
order_number
string
示例:jd_2020092431214
必填
refuse
object
示例:null
必填
company_id
int
示例:8
必填
company
string
示例:京东
必填
warehouse_id
int
示例:5
必填
warehouse
string
示例:一号仓库
必填
type_info
string
示例:[{"type_name":"\u6253\u5370\u7eb8","weight":"15.00"},{"type_name":"\u6613\u62c9\u7f50","weight":"20.00"},{"type_name":"\u94c1","weight":"60.00"}]
必填

说明 / 示例

{ "code": 200, "msg": "\u8bf7\u6c42\u6210\u529f", "data": { "order_info": { "order_number": "jd_2020092431214", "refuse": null, "company_id": 8, "company": "京东", "warehouse_id": 5, "warehouse": "一号仓库" }, "type_info": "[{\"type_name\":\"\\u6253\\u5370\\u7eb8\",\"weight\":\"15.00\"},{\"type_name\":\"\\u6613\\u62c9\\u7f50\",\"weight\":\"20.00\"},{\"type_name\":\"\\u94c1\",\"weight\":\"60.00\"}]" } }