fix
This commit is contained in:
@@ -2,8 +2,9 @@ package websocket_data
|
||||
|
||||
// websocket接受要云渲染处理的数据
|
||||
type RenderImageReqMsg struct {
|
||||
RequestId string `json:"request_id"`
|
||||
RenderData RenderData `json:"render_data"` //渲染主要参数
|
||||
RequestId string `json:"request_id"`
|
||||
IgnoreContextCancel bool `json:"ignore_context_cancel"` //是否无视切换上下文取消正在执行的渲染任务
|
||||
RenderData RenderData `json:"render_data"` //渲染主要参数
|
||||
}
|
||||
type RenderData struct {
|
||||
TemplateTag string `json:"template_tag"` //模板标签(必须)
|
||||
|
||||
Reference in New Issue
Block a user