fix
This commit is contained in:
@@ -29,10 +29,11 @@ type DataTransferReq {
|
||||
}
|
||||
//渲染完了通知接口
|
||||
type RenderNotifyReq {
|
||||
TaskId string `json:"task_id"`
|
||||
Image string `json:"image"`
|
||||
Code int `json:"code,optional"`
|
||||
Msg string `json:"msg,optional"`
|
||||
TaskId string `json:"task_id"`
|
||||
Image string `json:"image"`
|
||||
Code int `json:"code,optional"`
|
||||
Msg string `json:"msg,optional"`
|
||||
CostTime string `json:"cost_time"` //unity处理时间
|
||||
}
|
||||
//通用回调接口
|
||||
type CommonNotifyReq {
|
||||
|
||||
Reference in New Issue
Block a user