This commit is contained in:
laodaming 2023-08-09 16:08:58 +08:00
parent 64536beae6
commit c51c9f228c

View File

@ -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发送渲染完的数据