文档
测试

大类工单列表

POST
http://10.1.2.34:81/index.php/zero/workorder/typelist?sid=0010407_WLCi6E1JOILL6XVq086RZZ7PpR1qq7XR&select_company=001&beginDate=20200101&endDate=20300101

请求参数

参数名
类型
描述
必填
sid
string
示例:0010407_WLCi6E1JOILL6XVq086RZZ7PpR1qq7XR
必填
select_company
int
示例:001
必填
beginDate
int
示例:20200101
必填
endDate
int
示例:20300101
必填

响应参数

参数名
类型
描述
必填
Success
boolean
示例:true
必填
Msg
string
示例:请求成功
必填
Data
array
数据列表
必填
big
object
数据字典
必填
typeId
string
示例:水
必填
nums
int
示例:61
必填
small
array
数据列表
必填
typeId
int
示例:10
必填
typename
string
示例:淋浴房漏水故障
必填
nums
int
示例:15
必填
Code
string
示例:0000
必填

说明 / 示例

{ "Success": true, "Msg": "请求成功", "Data": [ { "big": { "typeId": "水", "nums": 61 }, "small": [ { "typeId": 10, "typename": "淋浴房漏水故障", "nums": 15 }, { "typeId": 11, "typename": "龙头漏水故障", "nums": 14 }, { "typeId": 12, "typename": "台盆上下水漏水(软管)故障", "nums": 11 }, { "typeId": 13, "typename": "洗头床漏水故障", "nums": 7 }, { "typeId": 14, "typename": "马桶漏水故障", "nums": 5 }, { "typeId": 15, "typename": "锅炉热水器运营情况故障", "nums": 9 } ] }, { "big": { "typeId": "电", "nums": 93 }, "small": [ { "typeId": 16, "typename": "轨道灯、射灯、筒灯故障", "nums": 49 }, { "typeId": 17, "typename": "电箱空开故障", "nums": 12 }, { "typeId": 18, "typename": "插座线路故障", "nums": 19 }, { "typeId": 19, "typename": "产品柜灯线路、灯颜色故障", "nums": 13 } ] }, { "big": { "typeId": "其它", "nums": 224 }, "small": [ { "typeId": 20, "typename": "所有门(包房门。淋浴房玻璃门)故障", "nums": 78 }, { "typeId": 21, "typename": "墙顶面涂料是否脱落、有污渍故障", "nums": 56 }, { "typeId": 22, "typename": "所有柜门铰链故障", "nums": 18 }, { "typeId": 23, "typename": "寄存柜电子锁故障", "nums": 3 }, { "typeId": 24, "typename": "室外转灯故障", "nums": 13 }, { "typeId": 25, "typename": "室外海报灯箱故障", "nums": 29 }, { "typeId": 26, "typename": "墙地砖牢固情况故障", "nums": 27 } ] }, { "big": { "typeId": "整改", "nums": 63 }, "small": [ { "typeId": 34, "typename": "美发", "nums": 39 }, { "typeId": 35, "typename": "美容", "nums": 24 } ] }, { "big": { "typeId": "空调", "nums": 59 }, "small": [ { "typeId": 77, "typename": "空调", "nums": 59 } ] } ], "Code": "0000" }