fix
This commit is contained in:
@@ -28,9 +28,9 @@ type TemplateTagColor struct {
|
||||
|
||||
// websocket发送渲染完的数据
|
||||
type RenderImageRspMsg struct {
|
||||
RequestId string `json:"request_id"`
|
||||
Image string `json:"image"` //渲染结果图片
|
||||
RenderProcessTime RenderProcessTime `json:"render_process_time"` //流程耗时
|
||||
RequestId string `json:"request_id"`
|
||||
Image string `json:"image"` //渲染结果图片
|
||||
RenderProcessTime *RenderProcessTime `json:"render_process_time"` //流程耗时
|
||||
}
|
||||
type RenderProcessTime struct {
|
||||
UnityRenderTakesTime string `json:"unity_render_takes_time"` //unity渲染用时
|
||||
|
||||
Reference in New Issue
Block a user