文档
测试

获取设备详细信息Get device details

POST
/getDeviceInfoBySimId

接口描述

应用场景Application scenarios 获取设备明细 Get device detail list

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
simId
String
SIM卡id SIM Card Id
必填

响应参数

参数名
类型
描述
必填
data
object
设备明细 device detail
可选
address
String
地址 Location
可选
chargePriceId
boolean
消费标准Id Consumption standard ID
可选
cityId
Integer
城市id City ID
可选
countyId
Integer
县区id Country ID
可选
deviceType
Integer
设备类型9、14、16、17、28、29:2路设备(2-Way Device) 1、2、3、7、8、19、25、26、33、34:10路充电桩(10-Way Charging Pile) 5:单路大功率(Single Way High Power)27:12路设备(12-Way Device) 12、18、24:20路设备(20-Way Device) 20、35、121:汽车-交流设备122:汽车一体直流桩(DC EV Charging Pile) 4、10:2路小功率(2-Way Standard Power) 11、15:配套-门禁设备(Matching-Access Control Device) 21:直流6路(6-Way DC Charging Pile) 22:8+2充电柜(8+2 Charging Cabinet
可选
estateId
Integer
小区ID Community ID
可选
estateName
String
小区名称 Community
可选
factory
Integer
工厂类型 Factory Type
可选
hardwareId
Integer
硬件ID Hardware ID
可选
id
Integer
设备id Device ID
可选
inTime
Date
插入时间 Start Time
可选
name
String
设备名称 Device Name
可选
online
Integer
在线状态 Status 0离线 Offline 1在线 Online
可选
ownerId
Integer
代理商ID(Agent ID)
可选
payWay
Integer
支付方式(Payment Method) 1(0001)表示余额(Balance) 2(0010)表示支付宝(Alipay) 3 (0011) 表示支持余额和支付宝(Balance and Alipay) 4 (0100) 表示微信 (Wechat Pay)
可选
place
Integer
安装地点(Installation Location) 0 其他(Others) 1 车棚 (Vehicle Shed) 2 地下车库(Underground Parking Lot) 3 公共街道(Public Street)
可选
portNumber
Integer
插座数(Number of Sockets)
可选
provinceId
Integer
省份id(Province ID)
可选
simId
String
sim卡标识(Sim Card Identification)
可选
simProvide
Integer
运营商 1:移动 2:电信 3:联通 Operator 1: Mobile 2: Telecom 3: Unicom
可选
status
Integer
设备状态(Device Status) 0:注册(Register) 1:上线 (Online) 2:禁用(Forbidden) 3:设备故障(Fault) 4:已拆机(Disassembled) 5:测试设备(Test Device)
可选
updateTime
Date
更新时间(Update Time)
可选
deviceFamily
Integer
设备归属系列 0:电动自行车充电桩 1:汽车充电桩 Equipment belong to series 0: Electric bicycle charging pile 1: Car charging pile
可选
electricType
Integer
输出电流类型 0:交流输出(交流充电桩) 1:直流输出(直流充电桩) Output current type 0: AC output (AC charging pile) 1: DC output (DC charging pile)
可选
success
boolean
请求成功与否标识 Identification for request success or no
必填

说明 / 示例

返回示例 Return the example ``` { "data": { "address": "江西省, 赣州市, 章贡区,", "chargePriceId": 1, "cityId": 270222, "countyId": 270223, "deviceFamily": 0, "deviceType": 0, "electricType": 0, "estateId": 1149, "estateName": "测试小区", "factory": 3, "hardwareId": 0, "id": 106828, "inTime": 1592444977000, "mainVersion": -1, "moduleType": -1, "name": "testDelCheck", "online": 0, "ownerId": 117, "payWay": 1, "place": 0, "portNumber": 2, "provinceId": 262698, "simId": "89759", "simProvide": 1, "status": 1, "updateTime": 1592444977000 }, "success": true } ```