请求方式:
GET
请求地址:
https://api.eshouhou.cn/open/v2/Client/GetServiceCategories?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw
返回参数:
参数 | 类型 | 必填 | 名称 |
ResultCode | String | 是 | 返回编码 |
ErrorMsg | String | 否 | 返回信息 |
ResultValue | Array | 否 | 返回对象集合 |
ResultValue对象:
参数 | 类型 | 必填 | 名称 | 备注 |
Key | string | 是 | 工单类型id | |
Value | string | 是 | 类型名称 |
请求示例:
https://api.eshouhou.cn/open/v2/Client/GetServiceCategories?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI
返回成功示例:
{ "ResultCode": 0, "ErrorMsg": "", "ResultValue": [ { "Key": "1", "Value": "维修" } ] } |