查找全部[机器成品信息]
GET
/finish-products/请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {9}]
必需
machine_type
string
必需
warehouse_name
string
必需
new_time
string
必需
finish_product_Address
string
必需
machine_count
integer
必需
machine_name
string
必需
old_time
string
必需
word_order_id
string
必需
warehouse_id
integer
必需
示例
{
"code": 20000,
"message": "查找成功",
"data": [
{
"machine_type": "抖粉机",
"warehouse_name": "仓库一号",
"new_time": "2023-12-07T10:46:19",
"finish_product_Address": "B-12-1-1",
"machine_count": 1,
"machine_name": "H650-CH-J1-2312-1002",
"old_time": "2023-12-07T10:46:19",
"word_order_id": "1",
"warehouse_id": 1
},
{
"machine_type": "抖粉机",
"warehouse_name": "仓库一号",
"new_time": "2023-12-08T11:19:28",
"finish_product_Address": "A-12-1-2,B-12-2-1,C-12-1-1,D-21-1-4",
"machine_count": 4,
"machine_name": "H650-CH-J1-2312-1003",
"old_time": "2023-12-07T10:47:33",
"word_order_id": "2,4,5,6",
"warehouse_id": 1
},
{
"machine_type": "抖粉机",
"warehouse_name": "仓库二号",
"new_time": "2023-12-07T11:06:29",
"finish_product_Address": "B-14-1-1",
"machine_count": 1,
"machine_name": "H650-CH-J1-2312-1003",
"old_time": "2023-12-07T11:06:29",
"word_order_id": "3",
"warehouse_id": 2
}
]
}
最后修改时间: 1 年前