简要描述:

    • 查询设备最新详情

    请求URL:

    • [http://120.26.60.111:8081/v1/api/schedule/add](http://127.0.0.1:9090/v1/api/device/add)

    请求方式:

    • POST/JSON

    参数:

    参数名 必选 类型 说明
    clientId string 客户端Id,16位长度
    topic string 格式:/device/cmd/down/${productKey/6}/${deviceId/16}
    payload string json格式,{“type”:”cmd”,”payload”:{“x1”:11,”x2”:22}}
    qos int 服务质量,取值:0/1/2

    返回示例

    1. {
    2. "code": 10000,
    3. "msg": "ok",
    4. "data": null
    5. }