文档
测试

获取指令单列表

POST
http://scm.gkgd.com/api/v1/productionWarehousing

请求头

参数名
类型
描述
必填
access-token
string
登陆成功返回的token
必填

响应参数

参数名
类型
描述
必填
status
int
状态吗 200 成功 0 失败
必填
message
string
提示
必填
result
json
返回json数据
必填
production_id
int
指令单主键
必填
num
int
投产数
必填

说明 / 示例

{ "status": 200, "message": "OK", "result": [ { "production_id": 24, "odd_numbers": "221082301", "num": 5000 }, { "production_id": 25, "odd_numbers": "221082602", "num": 4000 }, { "production_id": 26, "odd_numbers": "221082701", "num": 8000 }, { "production_id": 27, "odd_numbers": "221083102", "num": 5500 }, { "production_id": 28, "odd_numbers": "GKGDBM1D-C009", "num": 10012 }, { "production_id": 29, "odd_numbers": "221090601", "num": 4500 }, { "production_id": 30, "odd_numbers": "GKGD-RD21090131", "num": 500 } ] }