This commit is contained in:
laodaming
2023-08-07 19:13:16 +08:00
parent 84ac7d92b2
commit 31a3966e39
4 changed files with 29 additions and 9 deletions

View File

@@ -37,5 +37,6 @@ type ThirdPartyLoginRspMsg struct {
// 发送到渲染组装的mq数据
type AssembleRenderData struct {
TaskId string `json:"task_id"`
UserId int64 `json:"user_id"`
RenderData RenderData `json:"render_data"`
}