Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReqProtocol ¶
type ReqProtocol struct {
MsgId uint `json:"msgId"` // 信息的唯一标识符
DevId uint `json:"devId"` // 请求的设备ID
FileUrl string `json:"fUrl"` // 如果是url地址,这里填写,如果不是放空
FilePath string `json:"fPath"` // 文件目录
FileName string `json:"fName"` // 要解析的文件名字,绝对路径
Quad []Quad `json:"quad"` // 请求数组
}
请求协议
Click to show internal directories.
Click to hide internal directories.