fix
This commit is contained in:
@@ -32,12 +32,10 @@ type DataTransferReq {
|
||||
}
|
||||
//渲染完了通知接口
|
||||
type RenderNotifyReq {
|
||||
TaskId string `json:"task_id"`
|
||||
UserId int64 `json:"user_id"`
|
||||
GuestId int64 `json:"guest_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"`
|
||||
}
|
||||
//通用回调接口
|
||||
type CommonNotifyReq {
|
||||
|
||||
Reference in New Issue
Block a user