Skip to content

查询物模型TSL

接口地址:/v2/binding/enduserapi/productTSL

请求方式:GET

请求数据类型:application/x-www-form-urlencoded

响应数据类型:*/*

接口描述:

查询物模型 TSL

请求参数:

参数名称参数说明请求类型是否必须数据类型schema
pkProduct Keyquerytruestring
gatewayPk网关设备 Product Keyqueryfalsestring

响应状态:

状态码说明schema
200查询物模型 TSL 成功返回注册码响应数据
5032token 验证失败
5041没有权限
5066请输入Product Key
5106请输入token
5193TSL 查询失败

响应参数:

参数名称参数说明类型schema
code响应状态码integer(int32)integer(int32)
data响应数据object
extMsg扩展消息string
msg响应消息string

响应示例:

javascript
{
	"code": 0,
	"data": {},
	"extMsg": "",
	"msg": ""
}