用户工具

站点工具


wiki:v_interface_single_device_binding_old

返回

设备注册

功能:将设备注册到项目中

请求方式POST

请求路径:{projectServerUrl}/api/1.0/deviceBind

请求参数:

参数

是否必填

类型

描述

gatewayName

必填

String

网关编号


返回参数:

参数

名称

类型

备注

code

返回码

string

 

message

提示语

string

 

data

数据

object



示例:

示例地址:https://xf.tandatech.com:4433/thirdPartyApi/ThreePlaceREST/api/1.0/deviceBind

参数:

{

"gatewayName":"01_NB_7541125410001078"

}

示例结果:

{

"code":"000000",

"data":"",

"message":"注册成功"

}

wiki/v_interface_single_device_binding_old.txt · 最后更改: 2020/11/14 05:35 由 admin