MCPcopy Create free account

hub / github.com/wildfirechat/im-server / functions

Functions9,418 in github.com/wildfirechat/im-server

↓ 1 callersMethodgetUserInfoByMobile
根据手机号获取用户信息 @param phone 手机号 @return 用户信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:177
↓ 1 callersMethodgetUserInfoByName
根据用户名获取用户信息 @param userName 用户名 @return 用户信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:189
↓ 1 callersMethodgetUserInfoList
(int count, int offset)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:161
↓ 1 callersMethodgetUserMomentsProfile
获取用户朋友圈资料 @param userId 用户ID @return 朋友圈资料 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/RobotService.java:773
↓ 1 callersMethodgetUserPushHiddenDetail
(String userId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:221
↓ 1 callersMethodgetUserRobots
获取用户的机器人列表 @param userId 用户ID @return 机器人ID列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:233
↓ 1 callersMethodgetUserSession
获取用户会话信息 @param userId 用户ID @return 用户会话信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:413
↓ 1 callersMethodgetUserSettings
(String userId, long version, WFCMessage.GetUserSettingResult.Builder builder)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:210
↓ 1 callersMethodgetUserStatusList
()
broker/src/main/java/io/moquette/spi/IMessagesStore.java:148
↓ 1 callersMethodgetUserToken
获取用户的IM Token @param userId 用户ID @param clientId 客户端ID @param platform 平台类型 @return Token信息 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:248
↓ 1 callersMethodgetUserUnreadCount
获取用户的未读数,只有专业版IM服务支持,未读数不是很准确,只能表示一个大概。 @param userId @return 用户的未读数,包括未接收消息和客户端上报的未读数。 @throws Exception
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:424
↓ 1 callersMethodgetUserVoipSilent
(String userId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:219
↓ 1 callersMethodgetUsersByMobile
根据电话号码获取用户信息列表 @param mobile 邮箱地址 @param includeDeleted 是否包含已删除的用户 @return 用户信息列表 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/UserAdmin.java:103
↓ 1 callersMethodgetValue
()
common/src/main/java/cn/wildfirechat/pojos/UserSettingPojo.java:44
↓ 1 callersMethodgetValue
()
common/src/main/java/cn/wildfirechat/pojos/InputModifyChannelInfo.java:29
↓ 1 callersMethodhandleFriendRequest
处理跨域好友请求 @param userId 用户ID @param targetId 目标用户ID @param status 状态 @return 处理结果 @throws Exception 请求失败时抛出异常
sdk/src/main/java/cn/wildfirechat/sdk/MeshAdmin.java:130
↓ 1 callersMethodhandleFriendRequest
(String userId, WFCMessage.HandleFriendRequest request, WFCMessage.Message.Builder msgBuilder, long[] heads, b
broker/src/main/java/io/moquette/spi/IMessagesStore.java:188
↓ 1 callersMethodhandleJoinChatroom
(String userId, String clientId, String chatroomId)
broker/src/main/java/io/moquette/spi/IMessagesStore.java:200
↓ 1 callersMethodhandleJoinChatroom
(String userId, String clientId, String chatroomId)
broker/src/main/java/io/moquette/persistence/MemoryMessagesStore.java:4146
↓ 1 callersMethodhandleOptions
(ChannelHandlerContext ctx, Request request, Response response)
broker/src/main/java/com/xiaoleilu/loServer/handler/ActionHandler.java:164
↓ 1 callersMethodhasAddress
<code>optional string address = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26924
↓ 1 callersMethodhasAlias
<code>required string alias = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:45050
↓ 1 callersMethodhasAlias
<code>optional string alias = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:50600
↓ 1 callersMethodhasApp
<code>optional string app = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60090
↓ 1 callersMethodhasAppId
<code>optional string app_id = 7;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:7212
↓ 1 callersMethodhasAppId
<code>required string appId = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66519
↓ 1 callersMethodhasAppName
<code>required string app_name = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:30993
↓ 1 callersMethodhasAppName
<code>required string app_name = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31162
↓ 1 callersMethodhasAppName
<code>required string app_name = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31610
↓ 1 callersMethodhasAppPage
<code>optional string app_page = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5601
↓ 1 callersMethodhasAppType
<code>required int32 appType = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66351
↓ 1 callersMethodhasAppType
<code>required int32 appType = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:66562
↓ 1 callersMethodhasAppType
<code>required int32 appType = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:67094
↓ 1 callersMethodhasAppVersion
<code>optional string app_version = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60200
↓ 1 callersMethodhasArticleId
<code>optional string article_id = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:5571
↓ 1 callersMethodhasAutomatic
<code>optional int32 automatic = 11;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:8595
↓ 1 callersMethodhasBeforeUid
<code>required int64 before_uid = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63210
↓ 1 callersMethodhasBeforeUid
<code>required int64 before_uid = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63406
↓ 1 callersMethodhasBeforeUid
<code>required int64 before_uid = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63909
↓ 1 callersMethodhasBlacked
<code>optional int32 blacked = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:49794
↓ 1 callersMethodhasCarrierName
<code>optional string carrier_name = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60185
↓ 1 callersMethodhasChannelId
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:10815
↓ 1 callersMethodhasChannelId
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:11532
↓ 1 callersMethodhasChannelId
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12170
↓ 1 callersMethodhasChannelId
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12753
↓ 1 callersMethodhasChannelId
<code>required string channel_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:14073
↓ 1 callersMethodhasChatroomId
<code>required string chatroom_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:55706
↓ 1 callersMethodhasChatroomId
<code>required string chatroom_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:57537
↓ 1 callersMethodhasClientId
<code>required string client_id = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:53334
↓ 1 callersMethodhasClientId
<code>required string client_id = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:62663
↓ 1 callersMethodhasCode
<code>required int32 code = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:40555
↓ 1 callersMethodhasCode
<code>required int32 code = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:40698
↓ 1 callersMethodhasCode
<code>required int32 code = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:41107
↓ 1 callersMethodhasCompany
<code>optional string company = 8;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26939
↓ 1 callersMethodhasContent
<code>required .MessageContent content = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25713
↓ 1 callersMethodhasContent
<code>required .MessageContent content = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:64283
↓ 1 callersMethodhasConversation
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25648
↓ 1 callersMethodhasConversation
<code>required .Conversation conversation = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63384
↓ 1 callersMethodhasCount
<code>required int32 count = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:12812
↓ 1 callersMethodhasCount
<code>required int32 count = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:63422
↓ 1 callersMethodhasCurrent
<code>required int64 current = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:36513
↓ 1 callersMethodhasCurrent
<code>required int64 current = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:36683
↓ 1 callersMethodhasCurrent
<code>required int64 current = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:37276
↓ 1 callersMethodhasDelay
<code>optional int64 delay = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:35934
↓ 1 callersMethodhasDeviceName
<code>optional string device_name = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60125
↓ 1 callersMethodhasDeviceToken
<code>required string device_token = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31008
↓ 1 callersMethodhasDeviceToken
<code>required string device_token = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31205
↓ 1 callersMethodhasDeviceToken
<code>required string device_token = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:31684
↓ 1 callersMethodhasDeviceVersion
<code>optional string device_version = 5;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:60140
↓ 1 callersMethodhasDisplayName
<code>optional string display_name = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26864
↓ 1 callersMethodhasDomain
<code>required string domain = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22800
↓ 1 callersMethodhasDomain
<code>required string domain = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22968
↓ 1 callersMethodhasDomain
<code>required string domain = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:23420
↓ 1 callersMethodhasDomainId
<code>optional string domain_id = 4;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:54049
↓ 1 callersMethodhasEmail
<code>optional string email = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26909
↓ 1 callersMethodhasErrorCode
<code>required int32 error_code = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:21828
↓ 1 callersMethodhasErrorCode
<code>required int32 error_code = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:21936
↓ 1 callersMethodhasErrorCode
<code>required int32 error_code = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:22186
↓ 1 callersMethodhasExpireDuration
<code>optional int32 expire_duration = 9;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:15466
↓ 1 callersMethodhasFriendHead
<code>optional int64 friend_head = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:52176
↓ 1 callersMethodhasFriendRqHead
<code>optional int64 friend_rq_head = 3;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:52186
↓ 1 callersMethodhasFromReadStatus
<code>optional bool from_read_status = 6;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:20614
↓ 1 callersMethodhasFromUid
<code>optional string from_uid = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:20549
↓ 1 callersMethodhasFromUser
<code>required string from_user = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:25670
↓ 1 callersMethodhasFromUser
<code>required string from_user = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:59098
↓ 1 callersMethodhasFromUser
<code>required string from_user = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:64240
↓ 1 callersMethodhasFuzzy
<code>optional int32 fuzzy = 2;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:54029
↓ 1 callersMethodhasGender
<code>optional int32 gender = 11;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:26979
↓ 1 callersMethodhasGroup
<code>required .Group group = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:18669
↓ 1 callersMethodhasGroup
<code>required .Group group = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:18874
↓ 1 callersMethodhasGroup
<code>required .Group group = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:19324
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:17533
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:19887
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:32017
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:33121
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:42032
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:42969
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:43983
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:45007
↓ 1 callersMethodhasGroupId
<code>required string group_id = 1;</code>
common/src/main/java/cn/wildfirechat/proto/WFCMessage.java:46167
← previousnext →2,101–2,200 of 9,418, ranked by callers