This commit is contained in:
laodaming 2023-08-09 15:46:57 +08:00
parent fcf7c909a3
commit 84dc60be49

View File

@ -14,9 +14,10 @@ type RenderImageReqMsg struct {
type RenderData struct { type RenderData struct {
TemplateTagId int64 `json:"template_tag_id"` //模板标签id TemplateTagId int64 `json:"template_tag_id"` //模板标签id
ProductId int64 `json:"product_id"` //产品id ProductId int64 `json:"product_id"` //产品id
Data interface{} `json:"data"` //面片数据 LogoId int64 `json:"logo_id"`
UserId int64 `json:"user_id"` //用户id Data interface{} `json:"data"` //面片数据
GuestId int64 `json:"guest_id"` //游客id UserId int64 `json:"user_id"` //用户id
GuestId int64 `json:"guest_id"` //游客id
} }
// websocket发送渲染完的数据 // websocket发送渲染完的数据