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
iotcommon.go 495 Bytes
Copy Edit Raw Blame History
育子 authored 2021-12-26 18:53 . update thing model
package models
// 文件错误信息
type IotErrorInfo struct {
Code int `json:"code"` // 错误码
Message string `json:"message"` // 错误消息
}
// 文件信息
type IotFileInfo struct {
DeviceId string `json:"deviceId"` // 设备编号
FileName string `json:"fileName"` // 文件名称
Url string `json:"url"` // 文件存储url
FileSize int `json:"fileSize"` // 文件大小
FileType EnumFileType `json:"fileType"` // 文件类型
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicyu90/nuciotsdk.git
git@gitee.com:magicyu90/nuciotsdk.git
magicyu90
nuciotsdk
nuciotsdk
v1.2.0

Search

D67c1975 1850385 1daf7b77 1850385