fix
This commit is contained in:
parent
fcf7c909a3
commit
84dc60be49
@ -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发送渲染完的数据
|
||||||
|
Loading…
x
Reference in New Issue
Block a user