用户进入消息
(uuId, msgId, message string)
| 57 | |
| 58 | // 用户进入消息 |
| 59 | func GetTextMsgDataEnter(uuId, msgId, message string) string { |
| 60 | |
| 61 | return getTextMsgData("enter", uuId, msgId, message) |
| 62 | } |
| 63 | |
| 64 | // 用户退出消息 |
| 65 | func GetTextMsgDataExit(uuId, msgId, message string) string { |
nothing calls this directly
no test coverage detected