导入批量更新设备
POST
/api/v1/things/device/info/multi-update-import请求参数
Body 参数application/x-www-form-urlencoded
file
file
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (DeviceMultiUpdateImportResp)
可选
total
integer <int64>
导入总接口数
errCount
integer <int64>
失败数
errDetail
array[object (DeviceMultiUpdateImportError) {3}]
失败详情
ignoreCount
integer <int64>
忽略数
succCount
integer <int64>
成功数
示例
未设置
最后修改时间: 4 天前