简要描述:

    • 清除网关配置

    请求URL:

    • [http://120.26.60.111:10000/v1/api/gateway/clear](http://127.0.0.1:9090/v1/api/device/add)

    请求方式:

    • POST/JSON

    参数:

    参数名 必选 类型 说明
    clientId string 客户端Id,16位长度
    deviceId string 设备Id,16位长度
    productKey string 设备Key,6位长度

    返回示例

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