This commit is contained in:
laodaming
2023-08-07 11:49:17 +08:00
parent 00bbe2b4e9
commit 31eb49efa3
3 changed files with 8 additions and 7 deletions

View File

@@ -19,3 +19,9 @@ type ThirdPartyLoginRspMsg struct {
//websocket三方登录的通知数据
Token string `json:"token"`
}
// 发送到渲染组装的mq数据
type AssembleRenderData struct {
TaskId string `json:"task_id"`
RenderData interface{} `json:"render_data"`
}