mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
优化
This commit is contained in:
@@ -10,7 +10,8 @@ type DeviceEventInfo struct {
|
||||
DeviceAuth *model.DeviceAuth `json:"deviceAuth"`
|
||||
Datas string `json:"datas"`
|
||||
Type string `json:"type"`
|
||||
RequestId string `json:"requestId"`
|
||||
RequestId string `json:"requestId"` // rpc 请求ID
|
||||
Identifier string `json:"identifier"` //事件标识
|
||||
}
|
||||
|
||||
func (j *DeviceEventInfo) Bytes() []byte {
|
||||
|
||||
Reference in New Issue
Block a user