From f4a702e212d1853735f8dae399da69d23bfa510e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 26 三月 2026 18:16:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version

---
 Main/System/CustomizedGift/CustomizedGiftModel.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Main/System/CustomizedGift/CustomizedGiftModel.cs b/Main/System/CustomizedGift/CustomizedGiftModel.cs
index 122261d..87ba3c5 100644
--- a/Main/System/CustomizedGift/CustomizedGiftModel.cs
+++ b/Main/System/CustomizedGift/CustomizedGiftModel.cs
@@ -3,7 +3,7 @@
 
 
 //鑷�夌ぜ鍖呯殑娲诲姩
-public class CustomizedGiftModel  : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity
+public class CustomizedGiftModel : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity
 {
     public event Action<int> onStateUpdate;
     public Redpoint enRedPoint = new Redpoint(MainRedDot.CustomizedGiftRedpoint);
@@ -12,9 +12,11 @@
 
     private int GiftAwardRecord; //棰嗗彇鐘舵��
 
-    public const int activityType = (int)OpenServerActivityCenter.ActivityType.AT_Activity2;
-    public const int activityID = (int)NewDayActivityID.CustomizedGiftWin;
-    public static OperationType operaType = OperationType.default35;
+    public const int activityType = (int)OpenServerActivityCenter.ActivityType.AT_DateActivity;
+    public const int activityID = 99999;
+    //public const int activityID = (int)NewDayActivityID.CustomizedGiftWin;
+    public static OperationType operaType = (OperationType)99999999;
+    //public static OperationType operaType = OperationType.CustomizedGift;
 
     public int actNum; //瀵瑰簲鐣岄潰
     public event Action UpdateRechargeGiftActEvent;

--
Gitblit v1.8.0