簡要描述:
cc訂單信息標準接口
請求URL:
api/v1/cc-order-info
請求方式:
GET
參數:
參數名 | 必選 | 類型 | 說明 |
---|---|---|---|
login_token | 是 | str | 通行證 |
code | 是 | str | 訂單號 |
返回示例
{ "status": 0, "message": "ok", "data": { "group_id": 10392, "group_code": "FG20230221-2", "order_id": 30323, "order_code": "20230221-4", "customer_name": "張家港周柏明", "brand": null, "product_name": "65面推拉窗", "location": "", "color": "", "count": 1, "height": "2000", "width": "2000", "area": 4, "weight": 55.231, "money": 1044, "cost": 39.59, "emf_url": "", "order_time": "2023-02-21 13:35:29", "handler": "admin", "status": "not_confirm", "note": null, "orderFormat": [ { "label": "窗號", "value": "001" } ], "barData": [ { "id": 692538, "name": "m-推拉上軌", "code": "m-tlsk", "color": "", "anchor": "上", "length": 1949, "count": 1, "thumb_url": null, "cost": 5.847 } ], "glassData": [], "addonData": [ { "name": "zh配件毛條", "code": "527527", "spec": "1", "color": "黑色", "cost": 3, "quantity": 3 } ] } }
返回參數說明
參數名 | 類型 | 說明 |
---|---|---|
status | int | 狀態碼 0成功 1失敗 |
message | str | 返回信息 |
data | array | 客戶數據 |
訂單數據說明
參數名 | 類型 | 說明 |
---|---|---|
group_id | int | 合同id |
group_code | str | 合同編號 |
order_id | int | 訂單id |
order_code | str | 訂單編號 |
brand | str | 品牌 |
product_name | str | 產品名稱 |
customer_name | str | 經銷商名稱 |
location | str | 位置 |
height | double | 高 |
width | double | 寬 |
color | str | 顏色 |
count | double | 數量 |
money_sum | double | 訂單金額 |
area | str | 面積 |
weight | str | 重量 |
cost | double | 成本 |
emf_url | str | 窗型圖 |
top_view_url | str | 俯視圖 |
order_time | datetime | 下單時間 |
handler | str | 操作人 |
status | str | 訂單狀態 |
note | str | 備注 |
下單格式
參數名 | 類型 | 說明 |
---|---|---|
label | str | 名稱 |
value | str | 值 |
型材
參數名 | 類型 | 說明 |
---|---|---|
id | int | 型材id |
name | str | 物料名稱 |
code | str | 物料編碼 |
color | str | 顏色 |
anchor | str | 位置 |
length | double | 長度 |
count | int | 數量 |
cut_angle | str | 切角 |
thumb_url | str | 截面圖 |
cost | double | 成本 |
玻璃
參數名 | 類型 | 說明 |
---|---|---|
name | str | 物料名稱 |
code | str | 物料編碼 |
color | str | 顏色 |
spec | str | 規格 |
location | str | 位置 |
thick | double | 厚度 |
height | double | 高 |
width | double | 寬度 |
count | int | 數量 |
cost | double | 成本 |
note | str | 備注 |
配件
參數名 | 類型 | 說明 |
---|---|---|
name | str | 物料名稱 |
code | str | 物料編碼 |
color | str | 顏色 |
spec | str | 規格 |
count | str | 數量 |