This commit is contained in:
laodaming
2023-11-13 10:42:22 +08:00
parent 8c09cf7635
commit 14b70c809c
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ type RenderImageRspMsg struct {
type RenderProcessTime struct {
UnityRenderTakesTime string `json:"unity_render_takes_time"` //unity渲染用时
UploadUnityRenderImageTakesTime string `json:"upload_unity_render_image_takes_time"` //上传unity渲染结果图时间
UnityTakesTime string `json:"unity_takes_time"` //unity真实处理时间
UnityRealTakesTime string `json:"unity_real_takes_time"`//unity真实处理时间
}
// 合图返回数据