文本消息
(uuId, msgId, cmd, message string)
| 45 | |
| 46 | // 文本消息 |
| 47 | func GetMsgData(uuId, msgId, cmd, message string) string { |
| 48 | |
| 49 | return getTextMsgData(cmd, uuId, msgId, message) |
| 50 | } |
| 51 | |
| 52 | // 文本消息 |
| 53 | func GetTextMsgData(uuId, msgId, message string) string { |
no test coverage detected