fix
This commit is contained in:
@@ -20,7 +20,7 @@ type RenderData struct {
|
||||
Slogan string `json:"slogan"` //slogan(可选)
|
||||
Address string `json:"address"` //地址(可选)
|
||||
Phone string `json:"phone"` //电话(可选)
|
||||
SizeId int64 `json:"size_id"` //尺寸id(可选)
|
||||
SizeId int64 `json:"size_id"` //尺寸id(可选,传值大于0则值返回刀版图不参与unity云渲染)
|
||||
UserId int64 `json:"user_id"` //用户id(websocket连接建立再赋值)
|
||||
GuestId int64 `json:"guest_id"` //游客id(websocket连接建立再赋值)
|
||||
Logo string `json:"logo"` //log资源地址(websocket连接建立再赋值)
|
||||
@@ -39,3 +39,9 @@ type RenderProcessTime struct {
|
||||
UploadCombineImageTakesTime string `json:"upload_combine_image_takes_time"` //上传刀版图耗时
|
||||
UploadUnityRenderImageTakesTime string `json:"upload_unity_render_image_takes_time"` //上传unity渲染结果图时间
|
||||
}
|
||||
|
||||
// 合图返回数据
|
||||
type CombineImageRspMsg struct {
|
||||
RenderId string `json:"render_id"` //渲染id
|
||||
CombineImage string `json:"combine_image"` //刀版图
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user