cyzhao 1 rok pred
rodič
commit
a8ba115a79

+ 0 - 2
Gameserver/App/configs/GameConfig.php

@@ -6,8 +6,6 @@
  // 日期: 2023-09-12 17:11:11
 ////////////////////
 
-namespace loyalsoft;
-
 /**
  * 常量配置数据 
  */

+ 5 - 0
Gameserver/App/model/User/Info_PrivateState.php

@@ -107,6 +107,11 @@ class Info_PrivateState extends Object_ext {
      */
     public $day7_accumulate = 0;
     
+    /**
+     * 7日 累计奖励领取记录
+     * @var type
+     */
+    #[ArrayType]
     public $day7_accumulateDrawed = array();
 
     public function initialize() {