fix
This commit is contained in:
parent
0eaa357de5
commit
7c3bc74186
@ -17,12 +17,12 @@ func (w *wsConnectItem) renderErrResponse(renderId, templateTag, taskId, descrip
|
|||||||
if taskId != "" {
|
if taskId != "" {
|
||||||
data["task_id"] = taskId
|
data["task_id"] = taskId
|
||||||
}
|
}
|
||||||
if userId >= 0 {
|
/*if userId >= 0 {
|
||||||
data["user_id"] = userId
|
data["user_id"] = userId
|
||||||
}
|
}
|
||||||
if guestId >= 0 {
|
if guestId >= 0 {
|
||||||
data["guest_id"] = guestId
|
data["guest_id"] = guestId
|
||||||
}
|
}*/
|
||||||
if templateId > 0 {
|
if templateId > 0 {
|
||||||
data["template_id"] = templateId
|
data["template_id"] = templateId
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user