文档
测试

故障列表

POST
http://xxx/wsc/minip/repairMachineOrderList

请求头

参数名
类型
描述
必填
content-type
string
application/json
必填

请求参数

参数名
类型
描述
必填
openid
str
openid
必填
phone
str
手机号码
必填
factory_code
str
工厂code
必填
mtypes
str
故障类型ID列表 '1,2,3'
必填
states
str
故障状态ID '1,2,3'
必填

响应参数

参数名
类型
描述
必填
flag
boolean
true or false
必填
msg
str
日志
必填
orders
list
工单列表
必填
id
int
工单ID
必填
machine_name
str
机台名称
必填
mtype
object
故障类型
必填
id
str
故障类型ID
必填
name
str
故障类型名称
必填
spin_mtype
object
故障类型子类
必填
id
str
故障类型子类ID
必填
name
str
故障类型子类名称
必填
spindles
str
锭子编号
必填
source
str
工单来源
必填
id
str
工单来源ID
必填
name
str
工单来源名称
必填
state
object
工单进度
必填
id
str
工单进度ID
必填
name
str
工单进度名称
必填
submit_time
str
上报时间
必填
description
str
故障说明
必填
total_machines
int
已选机台数
必填
total_state_1
int
未处理总数
必填
total_state_2
int
进行中总数
必填
total_state_3
int
已处理总数
必填