fix
This commit is contained in:
parent
64536beae6
commit
c51c9f228c
|
@ -16,8 +16,8 @@ type RenderData struct {
|
|||
ProductId int64 `json:"product_id"` //产品id
|
||||
LogoId int64 `json:"logo_id"`
|
||||
Data interface{} `json:"data"` //面片数据
|
||||
UserId int64 `json:"user_id"` //用户id
|
||||
GuestId int64 `json:"guest_id"` //游客id
|
||||
UserId int64 `json:"user_id"` //用户id(websocket连接建立再赋值)
|
||||
GuestId int64 `json:"guest_id"` //游客id(websocket连接建立再赋值)
|
||||
}
|
||||
|
||||
// websocket发送渲染完的数据
|
||||
|
|
Loading…
Reference in New Issue
Block a user