fix
This commit is contained in:
@@ -22,7 +22,8 @@ service websocket {
|
||||
|
||||
//渲染完了通知接口
|
||||
type RenderNotifyReq {
|
||||
TaskId string `json:"task_id"` //任务id
|
||||
Wid string `json:"wid,optional"` //websocket连接唯一标识
|
||||
TaskId string `json:"task_id"` //任务id
|
||||
UserId int64 `json:"user_id"`
|
||||
GuestId int64 `json:"guest_id"`
|
||||
Image string `json:"image"`
|
||||
|
||||
Reference in New Issue
Block a user