This commit is contained in:
laodaming
2023-08-15 17:10:43 +08:00
parent 7542c35184
commit 35cb2ef1ce
3 changed files with 10 additions and 36 deletions

View File

@@ -26,11 +26,6 @@ service render {
//渲染完了通知接口
type RenderNotifyReq {
Sign string `json:"sign"`
RequestTime string `json:"request_time"`
Info NotifyInfo `json:"info"`
}
type NotifyInfo {
TaskId string `json:"task_id"` //任务id
UserId int64 `json:"user_id"`
GuestId int64 `json:"guest_id"`