Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson
2023-09-04 16:59:48 +08:00
4 changed files with 17 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ service websocket {
//渲染完了通知接口
type RenderNotifyReq {
TaskId string `json:"task_id"` //任务id
TaskId string `json:"task_id"` //任务id + " " + wid的结合字符串
UserId int64 `json:"user_id"`
GuestId int64 `json:"guest_id"`
Image string `json:"image"`