1 Star 0 Fork 0

7tima/中国电信物联网开放平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
subscribe_message_common.go 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
shallot 提交于 2021-05-27 23:01 +08:00 . 添加订阅推送消息数据结构。
package ctwing
// 消息公共部分
type SubscribeMessageCommon struct {
TenantId string `json:"tenantId"` // 租户ID
ProductId string `json:"productId"` // 产品ID
DeviceId string `json:"deviceId"` // 设备ID
MessageType string `json:"messageType"` // 消息类型
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/monster1213/ctwing.git
git@gitee.com:monster1213/ctwing.git
monster1213
ctwing
中国电信物联网开放平台
master

搜索帮助