批量设备接入(设备录入)
POST
/addDeviceBatch
接口描述
用于批量新增设备
请求参数
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
chargePriceId
Integer
消费标准模板ID,默认1元240分钟 Consumer standard template ID, the default is 1 yuan for 240 minutes Available consumption standards can be obtained through the [Available consumption standards pull] interface 可通过【可用消费标准拉取】接口获取可用消费标准
必填
name
String
设备名称 Equipment name
可选
simId
String
SimId
必填
estateId
Integer
小区id
可选
portNum
Integer
端口数量
可选
lng
Double
位置:经度,默认江西赣州 Location: Longitude, default Jiangxi ganzhou
可选
lat
Double
位置:纬度,默认江西赣州 Location: Latitude, default Jiangxi ganzhou
可选
deviceFamily
Integer
设备系列:默认电动两轮车,汽车桩必传 0:电动两轮车设备 1:汽车桩设备 Equipment series: default electric two-wheeler 0: Electric two-wheeler equipment 1: Automobile pile equipment
必填
deviceType
Integer
设备类型(见说明) Supported device types
可选
address
String
设备安装地址 Equipment installation address
可选
响应参数
参数名
类型
描述
必填
data
object
数据字典 data detail
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
code
String
若操作失败时会有值
可选
error
String
若操作失败时会有值
可选