From 26ae76a39854b3d76a3389c56bb2f85871157c64 Mon Sep 17 00:00:00 2001 From: pengjie <2413927716@qq.com> Date: Tue, 4 Aug 2026 16:18:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(im):=20=E5=88=9B=E5=BB=BA=E5=BA=94=E6=80=A5?= =?UTF-8?q?=E7=BE=A4=E8=81=8A=E6=97=B6=E7=BE=A4=E5=90=8D=E7=A7=B0=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E4=B8=BA"=E5=BA=94=E6=80=A5=E6=B1=82=E5=8A=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .../src/main/java/com/renkang/im/controller/TXController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/health-im/health-im-biz/src/main/java/com/renkang/im/controller/TXController.java b/health-im/health-im-biz/src/main/java/com/renkang/im/controller/TXController.java index 850b776..f1c35ee 100644 --- a/health-im/health-im-biz/src/main/java/com/renkang/im/controller/TXController.java +++ b/health-im/health-im-biz/src/main/java/com/renkang/im/controller/TXController.java @@ -339,7 +339,7 @@ public class TXController { groupList.add(hashMap); }); - String result = tencentCloudImUtil.creatGroup(Owner_Account, Type, GroupId, conSessionRequestDO.getName() + "_" + DateUtils.getCurrentTimestamp(), groupList); + String result = tencentCloudImUtil.creatGroup(Owner_Account, Type, GroupId, "应急求助", groupList); if (!JSONObject.parseObject(result).get("ErrorCode").equals(0)) { return Result.error("创建群聊失败!"); } @@ -390,7 +390,7 @@ public class TXController { groupList.add(hashMap); }); - String result = tencentCloudImUtil.creatGroup(Owner_Account, Type, GroupId, conSessionRequestDO.getName() + "_" + DateUtils.getCurrentTimestamp(), groupList); + String result = tencentCloudImUtil.creatGroup(Owner_Account, Type, GroupId, "应急求助", groupList); if (!JSONObject.parseObject(result).get("ErrorCode").equals(0)) { return Result.error("创建群聊失败!"); }