fix
This commit is contained in:
parent
c9dfec717c
commit
c4dc31493a
|
@ -12,9 +12,9 @@ type RequestReadImages struct {
|
|||
}
|
||||
|
||||
type RenderNotifyReq struct {
|
||||
Sign string `json:"sign"`
|
||||
Time int64 `json:"time"`
|
||||
Info NotifyInfo `json:"info"`
|
||||
Sign string `json:"sign"`
|
||||
RequestTime string `json:"request_time"`
|
||||
Info NotifyInfo `json:"info"`
|
||||
}
|
||||
|
||||
type NotifyInfo struct {
|
||||
|
|
|
@ -26,9 +26,9 @@ service render {
|
|||
|
||||
//渲染完了通知接口
|
||||
type RenderNotifyReq {
|
||||
Sign string `json:"sign"`
|
||||
Time int64 `json:"time"`
|
||||
Info NotifyInfo `json:"info"`
|
||||
Sign string `json:"sign"`
|
||||
RequestTime string `json:"request_time"`
|
||||
Info NotifyInfo `json:"info"`
|
||||
}
|
||||
type NotifyInfo {
|
||||
TaskId string `json:"task_id"` //任务id
|
||||
|
|
Loading…
Reference in New Issue
Block a user