1 Star 0 Fork 0

育子/nuciotsdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
iotbase.go 244 Bytes
Copy Edit Raw Blame History
育子 authored 2021-11-21 19:39 . init
package models
// Iot基类
type IotBase struct {
TimeStamp int64 `json:"timestamp"` // 时间戳
SessionId string `json:"sessionId"` // 会话Id
}
// Iot基类
type IotBase2 struct {
Code int `json:"code"` // 平台返回code
IotBase
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicyu90/nuciotsdk.git
git@gitee.com:magicyu90/nuciotsdk.git
magicyu90
nuciotsdk
nuciotsdk
v1.2.0

Search