|
|
|
@ -221,6 +221,7 @@ func SendMessageV2(c *gin.Context) {
|
|
|
|
|
str, _ := json.Marshal(msg)
|
|
|
|
|
ws.OneKefuMessage(kefuInfo.Name, str)
|
|
|
|
|
go ws.SendServerJiang(vistorInfo.Name+"说", content, c.Request.Host)
|
|
|
|
|
go SendAppGetuiPush(kefuInfo.Name, vistorInfo.Name, content)
|
|
|
|
|
}
|
|
|
|
|
c.JSON(200, gin.H{
|
|
|
|
|
"code": 200,
|
|
|
|
|