This commit is contained in:
laodaming 2023-09-13 10:46:43 +08:00
parent 7e8f445169
commit 411aeb2762

View File

@ -401,7 +401,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, combineImage st
//发送运行阶段消息(组装数据)
w.sendAssembleRenderDataStepResponseMessage(info.RenderId)
sendData := map[string]interface{}{
"id": taskId + " " + w.uniqueId + " " + info.RenderId, //空格分开
"id": taskId + " " + w.uniqueId + " " + info.RenderId + fmt.Sprintf("%d", time.Now().UTC().UnixMilli()), //空格分开
"order_id": 0,
"user_id": info.RenderData.UserId,
"guest_id": info.RenderData.GuestId,