feat:配置云信-安全通ID

This commit is contained in:
max
2024-07-04 17:52:42 +08:00
parent 53aed7599a
commit 5910e7c5fd

View File

@@ -78,7 +78,7 @@ public class XConstants {
/**
* 聊天室文本消息易盾反垃圾業務id
*/
public static final String CHAT_ROOM_ANTI_SPAM_CONFIG_ID = BuildConfig.DEBUG ? "8151e1245163738e1fa84db7a02f8fb9" : "bddbbb617e9da4fcd08c6baf6686ad01";
public static final String CHAT_ROOM_ANTI_SPAM_CONFIG_ID = BuildConfig.DEBUG ? "3611b99d0457202a7f69151288183236" : "bddbbb617e9da4fcd08c6baf6686ad01";
public static final int KICK_OUT_ROOM_LIMIT_ENTER_TIME = 5 * 60 * 1000;
public static final int CODE_IGNORE_TOAST = 5263;