离线留言

pull/23/head
陶士涵 3 years ago
parent 5728071b37
commit 76b7b601a4

@ -220,7 +220,7 @@ func SendMessageV2(c *gin.Context) {
return
}
ws.VisitorMessage(vistorInfo.VisitorId, welcome.Content, kefuInfo)
models.CreateMessage(kefuInfo.Name, vistorInfo.VisitorId, content, "kefu")
models.CreateMessage(kefuInfo.Name, vistorInfo.VisitorId, welcome.Content, "kefu")
}()
}
}

Loading…
Cancel
Save