This commit is contained in:
laodaming
2023-08-08 12:22:15 +08:00
parent ff86cceb17
commit 93191d3beb
11 changed files with 255 additions and 6 deletions

View File

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