This commit is contained in:
laodaming
2023-11-13 10:35:51 +08:00
parent 7004812acf
commit 8c09cf7635
6 changed files with 21 additions and 17 deletions

View File

@@ -35,6 +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真实处理时间
}
// 合图返回数据