
pengjieandClaude
4a15ebe0d2
feat: 补充IM个人资料同步 + 群成员头像导入修复
1. 在8处头像/名称变更点补充imHelloApi.accountReg()调用,同步更新IM个人资料:
- SysUserController.updateUserAvatar 用户换头像
- SysUserController.appEdit 移动端编辑资料
- SysUserController.edit 后台编辑用户
- EmergencyProfessionUserServiceImpl.customEdit 应急人员编辑
- EmergencyCenterAdminServiceImpl.updateAdmin 中心管理员编辑
- HealthUserEmployeeExServiceImpl.updateUserInfo 员工编辑
- ConDoctorApiController.update 专家端个人简介修改
- AsyncExportService.importDoctor 批量导入医生
所有syncImProfile方法内部try-catch兜底,失败不影响主流程。
2. AddGroupMemberDTO新增memberAvatar字段,TencentCloudImUtil.addGroupMember
导入IM账号时传递FaceUrl,EmergencyApiServiceImpl.addGroupUser构建头像映射。
3. jeecg-system-biz/pom.xml新增health-im-api依赖。
Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-04 20:03:20 +08:00
..
2026-03-24 12:02:26 +08:00
2026-08-04 20:03:20 +08:00
2026-06-03 10:27:39 +08:00
2025-06-30 14:31:09 +08:00