文档
测试

故障端口清除Faulty port clear

POST
/portFaultClear

接口描述

应用场景 Application scenarios 设备端口故障清除,置为空闲状态 Device port failure is cleared and put into idle state

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
simId
String
SIM卡id SIM Card Id
必填
portNum
Integer
插座号 Socekt No.
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典 data detail
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
error
String
error message 错误信息
可选
code
String
code
可选

说明 / 示例

返回示例 Return the example 失败(error return message): ``` { "code": "-1", "error": "参数不正确", "success": false } ``` ``` { "code": "10001", "error": "无记录或非故障端口", "success": false } ``` 成功(success return message): ``` { "data": "故障端口清除成功", "success": true } ```