This commit is contained in:
laodaming
2023-07-25 17:41:38 +08:00
parent 17aac7ad66
commit d0fc91b61b
5 changed files with 54 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ type RenderImageRspMsg { //websocket发送渲染完的数据
}
//渲染完了通知接口
type RenderNotifyReq {
Sign string `json:"sign"`
Time int64 `json:"time"`
NotifyList []NotifyItem `json:"notify_list"`
}
type NotifyItem {