只能+86登录注册

去掉退群通知
This commit is contained in:
guozhen
2025-01-02 16:27:02 +08:00
committed by xuhuixiang
parent 5bd7185d47
commit ba8e40323d
10 changed files with 59 additions and 61 deletions

View File

@@ -53,11 +53,13 @@ public class TeamNotificationHelper {
break;
case KickMember:
case SUPER_TEAM_KICK:
text = buildKickMemberNotification(tid, ((MemberChangeAttachment) attachment), fromUser);
// text = buildKickMemberNotification(tid, ((MemberChangeAttachment) attachment), fromUser);
text = "";
break;
case LeaveTeam:
case SUPER_TEAM_LEAVE:
text = buildLeaveTeamNotification(tid, fromUser);
// text = buildLeaveTeamNotification(tid, fromUser);
text = "";
break;
case DismissTeam:
case SUPER_TEAM_DISMISS:

View File

@@ -49,12 +49,12 @@ public interface ApiService {
/**
* 正式环境
*/
String URL = "https://api.letschat2023.com/";
// String URL = "https://api.letschat2023.com/";
/**
* 测试环境
*/
// String URL = "https://api-test.letschat2023.com/";
String URL = "https://api-test.letschat2023.com/";
String SUBSTATIONID = "1703655363476242434";