文档
测试

查询最新充电功率Query the latest charging power

POST
/chargingWatt

接口描述

应用场景 Application scenario 查询最新充电功率,本接口返回最后一次上报的充电功率 Query the latest charging power, this interface returns the last reported charging power

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
orderNum
String
订单号 order number
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
deviceId
string
设备编码 device id
必填
inTime
int
创建时间
必填
orderNum
string
订单号 order number
必填
portNum
int
插座号 port number
必填
signal
int
示例:26
必填
userId
int
用户编码 user number
必填
watt
int
瓦特 watt
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填

说明 / 示例

``` { "data": { "deviceId": "866569061309016", "inTime": 1657357226173, "orderNum": "20220709170013541001", "portNum": 1, "signal": 26, "userId": 12321392, "watt": 44 }, "success": true } ```