配置更新

2024-09-09
暂无评分

Requests

获取配置

Topic: thing/product/{gateway_sn}/requests

Direction: up

Method: config

Data:

ColumnNameTypeconstraintDescription
config_type配置类型enum_string{"json":"json 格式"}
config_scope配置范围enum_string{"product":"产品维度"}

Example:

{
	"bid": "42a19f36-5117-4520-bd13-fd61d818d52e",
	"data": {
		"config_scope": "product",
		"config_type": "json"
	},
	"gateway": "sn",
	"tid": "6a7bfe89-c386-4043-b600-b518e10096cc",
	"timestamp": 1667803298000,
	"method": "config"
}

Topic: thing/product/{gateway_sn}/requests_reply

Direction: down

Method: config

Data:

ColumnNameTypeconstraintDescription
ntp_server_hostNTP 服务 Hosttext
app_id开发者网站open in new window 创建的 App 的 IDtext
app_key开发者网站open in new window 创建的 App 的 Keytext
app_license开发者网站open in new window 创建的 App 的 Licensetext
ntp_server_portNTP 服务端口号int若请求中没有本字段,NTP 默认端口号为 123

Example:

{
	"bid": "42a19f36-5117-4520-bd13-fd61d818d52e",
	"data": {
		"app_id": 123456,
		"app_key": "app_key",
		"app_license": "app_license",
		"ntp_server_host": "host_url",
		"ntp_server_port": 456
	},
	"gateway": "sn",
	"tid": "6a7bfe89-c386-4043-b600-b518e10096cc",
	"timestamp": 1667803298000,
	"method": "config"
}
若您对文档有意见或疑惑,点击可快速反馈,我们会与您联系。