wanggangzero il y a 9 mois
Parent
commit
65b911764d
1 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 6 5
      Gameserver/App/model/User/Info_PrivateState.php

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

@@ -259,25 +259,25 @@ class Info_PrivateState extends Object_ext {
      * @var type
      */
     public $challange_RedMask = 0;
-       
+
     /**
      * 首充奖励领取记录
      */
     #[ArrayType]
     public $firstRechargeRewardRecord = array();
-    
+
     /**
-     * 
+     *
      * @var type
      */
     public $firstRecharge_receiveTag = 0;
-    
+
     /**
      * 首充弹出提示
      * @var type
      */
     public $firstRechargeUI_OpenTip = 1;
-    
+
     /**
      * 累计奖励领取记录
      * @var type
@@ -288,6 +288,7 @@ class Info_PrivateState extends Object_ext {
     /**
      * @var array 曾用名列表
      */
+    #[ArrayType]
     public $HistoryNames = array();
 
     /**