This commit is contained in:
邹宗楠
2025-12-10 11:31:53 +08:00
parent 05cb32397a
commit dbb92035c2

View File

@@ -270,13 +270,13 @@ func (c *DjswController) ChatRiskMsg() {
c.imMsg() c.imMsg()
} }
// MsChatMessageMsg 用户消息 // MsChatMessage 用户消息
func (c *DjswController) MsChatMessageMsg() { func (c *DjswController) MsChatMessage() {
c.imMsg() c.imMsg()
} }
// MsgReadAckMsg 消息已读 // MsgReadAck 消息已读
func (c *DjswController) MsgReadAckMsg() { func (c *DjswController) MsgReadAck() {
c.imMsg() c.imMsg()
} }