This commit is contained in:
laodaming
2023-09-06 16:48:19 +08:00
parent 4399c2c02e
commit 18afbae41f
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ type CombineImageRspMsg struct {
RenderId string `json:"render_id"` //渲染id
CombineImage string `json:"combine_image"` //刀版图
SizeId int64 `json:"size_id"` //尺寸id
ModelId int64 `json:"model_id"`
TemplateId int64 `json:"template_id"`
CombineProcessTime CombineProcessTime `json:"combine_process_time"`
}
type CombineProcessTime struct {