From 87da2a9f18e3f52b6a3327626f98bfe61371483d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 25 Mar 2024 14:53:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=80=9A=E7=94=A8=E9=A3=98?= =?UTF-8?q?=E5=B1=8F=E5=8D=8F=E8=AE=AE=E5=8F=B7=E5=8F=98=E6=9B=B4=EF=BC=88?= =?UTF-8?q?105=E8=80=81=E7=89=88=E6=9C=AC=E6=9C=89=E5=B4=A9=E6=BA=83?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xchat_android_core/im/custom/bean/CustomAttachment.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/yizhuan/xchat_android_core/im/custom/bean/CustomAttachment.java b/core/src/main/java/com/yizhuan/xchat_android_core/im/custom/bean/CustomAttachment.java index 721174d43..73345f205 100644 --- a/core/src/main/java/com/yizhuan/xchat_android_core/im/custom/bean/CustomAttachment.java +++ b/core/src/main/java/com/yizhuan/xchat_android_core/im/custom/bean/CustomAttachment.java @@ -496,9 +496,9 @@ public class CustomAttachment implements MsgAttachment { public static final int CUSTOM_MSG_CRAZY_ZOO_SUB_ALL_ROOM = 1042;// 动物园全服飘屏通知 // 通用模版飘屏 - public static final int CUSTOM_MSG_TEMPLATE_NOTIFY = 105; - public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ROOM = 1051;// 通用模版飘屏-房间 - public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ALL = 1052;// 通用模版飘屏-全服 + public static final int CUSTOM_MSG_TEMPLATE_NOTIFY = 107; + public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ROOM = 1071;// 通用模版飘屏-房间 + public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ALL = 1072;// 通用模版飘屏-全服 // 超级幸运礼物-通用模版公屏 public static final int CUSTOM_MSG_SUPER_LUCKY_GIFT_TEMPLATE = 106;