文档
测试

停止充电Stop charging

POST
/stopCharge

接口描述

应用场景Application scenario 停止充电接口Stop charging port

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
deviceId
String
设备id Device id
必填
portNum
Integer
插座号 Socekt No.
必填

响应参数

参数名
类型
描述
必填
code
string
示例:-1
必填
data
object
可选
domain
String
域名 Domain name
可选
resultKey
String
查询结果key Query result key
可选
success
boolean
请求成功与否标识 Identification for request success or no
必填

说明 / 示例

返回示例 ``` return { "data": { "domain":"http://localhost:8089", "resultKey":"charge_432442293530484D066BFF33_5_58944_" }, "success":true } ```