From a57dc025f2c96df2c19a0f0124eacb8a6f02e635 Mon Sep 17 00:00:00 2001 From: oujunhui <313127320@qq.com> Date: Wed, 19 Aug 2020 14:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BA=BA=E7=A6=8F=E8=A2=8B=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xchat_android_core/im/custom/bean/CustomAttachment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bcbb6d8ac..bd056d0a9 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 @@ -31,7 +31,7 @@ public class CustomAttachment implements MsgAttachment { public static final int CUSTOM_MSG_HEADER_TYPE_GIFT = 3; public static final int CUSTOM_MSG_SUB_TYPE_SEND_GIFT = 31; //普通单人送礼公屏 public static final int CUSTOM_MSG_ALL_SERVICE_GIFT = 32; - public static final int CUSTOM_MSG_SUB_TYPE_SEND_LUCKY_GIFT = 33;//单人福袋送礼公屏 + public static final int CUSTOM_MSG_SUB_TYPE_SEND_LUCKY_GIFT = 34;//单人福袋送礼公屏 public static final int CUSTOM_MSG_HEADER_TYPE_ACCOUNT = 5;