Conversation
- 将所有枚举类名统一加上 "Enum" 后缀,如 ConversationType -> ConversationTypeEnum - 更新所有引用这些枚举的地方,确保代码一致性 - 此修改不影响现有功能,仅用于统一代码风格和提高可维护性
移除了多个模块启动成功提示中的表情符号,包括: - ImCoreServerApplication- ImGatewayApplication - RuoYiAuthApplication - RuoYiDemoApplication - RuoYiTestMqApplication - RuoYiGenApplication - RuoYiJobApplication - RuoYiWorkflowApplication - RuoYiMonitorApplication - RuoYiResourceApplication - RuoYiSystemApplication 同时,将 ImMsgFilterHandlerImpl 中的 CmdType 替换为 RequestCmdEnum
…gister,以正确反映其功能 - 更新了相关的日志标题和路由路径
- 新增 IM 客户端登录接口和相关业务逻辑 - 添加 OpenApiImUseLoginBo 类用于登录请求参数 - 在 IImUserService接口中添加 login 方法 - 在 ImUserServiceImpl 类中实现 login 方法 - 更新 OpenApiImUserController,增加登录相关的 API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.