fix
This commit is contained in:
@@ -39,6 +39,8 @@ type RenderImageRspMsg { //websocket发送渲染完的数据
|
||||
}
|
||||
//渲染完了通知接口
|
||||
type RenderNotifyReq {
|
||||
Sign string `json:"sign"`
|
||||
Time int64 `json:"time"`
|
||||
NotifyList []NotifyItem `json:"notify_list"`
|
||||
}
|
||||
type NotifyItem {
|
||||
|
||||
Reference in New Issue
Block a user