fix
This commit is contained in:
8
server/websocket/internal/websocket_data/notify_data.go
Normal file
8
server/websocket/internal/websocket_data/notify_data.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package websocket_data
|
||||
|
||||
// 请求回调接口数据(登录|注册)
|
||||
type NotifyData struct {
|
||||
WebsocketConnectId string `json:"websocket_connect_id"` //websocket连接唯一标识
|
||||
RequestTime int64 `json:"request_time"` //请求回调时的utc时间
|
||||
Data interface{} `json:"data"` //其他数据
|
||||
}
|
||||
Reference in New Issue
Block a user