im聊天消息问题

session 4天前 60

麻烦问一下,xx加入群聊这种消息类型,在t_user_message_xx表中怎么查到。 在t_message_xx表对应的是哪个字段,类型是多少

最新回复 (3)
  • x86 4天前
    引用 2
    分表规则,请看:https://docs.wildfirechat.cn/faq/server.html 第 2 个问题
    消息类型,看下 _content_type 字段
  • session 4天前
    引用 3
    x86 分表规则,请看:https://docs.wildfirechat.cn/faq/server.html 第 2 个问题 消息类型,看下 _content_type 字段
    _content_type 字段对应xx加入群聊这种消息类型。type是多少
  • x86 4天前
    引用 4
    105,这个可以从客户端代码里面找,Android 端的消息类型定义,看这儿:https://gitee.com/wfchat/android-chat/blob/master/client/src/main/java/cn/wildfirechat/message/core/MessageContentType.java
返回