This commit is contained in:
laodaming 2023-09-12 11:14:06 +08:00
parent 0eaa357de5
commit 7c3bc74186

View File

@ -17,12 +17,12 @@ func (w *wsConnectItem) renderErrResponse(renderId, templateTag, taskId, descrip
if taskId != "" {
data["task_id"] = taskId
}
if userId >= 0 {
/*if userId >= 0 {
data["user_id"] = userId
}
if guestId >= 0 {
data["guest_id"] = guestId
}
}*/
if templateId > 0 {
data["template_id"] = templateId
}