fix
This commit is contained in:
parent
0eaa357de5
commit
7c3bc74186
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user