同步发送服务
POST
/api/open/iot-device/devicemanage/v1/device/sendsyncservice最后修改时间: 1 年前
责任人: 未设置
同步发送服务
请求参数
Body 参数application/json
deviceId
string <string>
设备唯一id
示例值:
14
productId
string <string>
产品id
示例值:
14
moduleId
string <string>
模块id
示例值:
14
identifier
string <string>
服务标识符
示例值:
fww2pe
commandMap
object
可选
指令map(map data)
示例值:
command
string <string>
可选
指令字符串(需要后端转换时的才有值)
示例值:
719whu
isSimulator
boolean
是否是模拟器
示例值:
true
result
boolean
调用结果
示例值:
true
示例
{
"deviceId": "14",
"productId": "14",
"moduleId": "14",
"identifier": "fww2pe",
"commandMap": "",
"command": "719whu",
"isSimulator": "true",
"result": "true"
}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
identifier
string <string>
标识符
示例值:
3j2kqk
time
number <int64>
时间
示例值:
1697009460522
inParam
string <string>
入参
示例值:
hfzljj
outParam
string <string>
出参
示例值:
80753h
示例
{
"identifier": "3j2kqk",
"time": "1697009460522",
"inParam": "hfzljj",
"outParam": "80753h"
}
最后修改时间: 1 年前