我们现在想做个报表记录用户的在线端之类的需要在线端的数据

frfr46467979 14小时前 18

比如pc端,移动端、web端之类的。 这部分数据存在哪里?哪个表? 我知道可以通过接口获取单个人的,我们想直接通过表去查询

最新回复 (1)
  • x86 11小时前
    引用 2

    t_user_session 表 _platform 字段

      static PlatformType_UNSET = 0
        static PlatformType_iOS = 1
        static PlatformType_Android = 2
        static PlatformType_Windows = 3
        static PlatformType_OSX = 4
        static PlatformType_WEB = 5
        static PlatformType_WX = 6
        static PlatformType_Linux = 7
        static PlatformType_iPad = 8
        static PlatformType_APad = 9
        static PlatformType_Harmony = 10
        static PlatformType_Harmony_Pad = 11
        static PlatformType_Harmony_PC = 12
    
返回