文本消息
(uuId, msgId, message string)
| 51 | |
| 52 | // 文本消息 |
| 53 | func GetTextMsgData(uuId, msgId, message string) string { |
| 54 | |
| 55 | return getTextMsgData("msg", uuId, msgId, message) |
| 56 | } |
| 57 | |
| 58 | // 用户进入消息 |
| 59 | func GetTextMsgDataEnter(uuId, msgId, message string) string { |
no test coverage detected