This commit is contained in:
laodaming
2023-08-15 16:50:35 +08:00
parent c9dfec717c
commit c4dc31493a
2 changed files with 6 additions and 6 deletions

View File

@@ -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