Explorar el Código

加数组标志

cyzhao hace 6 meses
padre
commit
aba28f2064
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Gameserver/App/model/User/Info_PrivateState.php

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

@@ -433,6 +433,7 @@ class Info_PrivateState extends Object_ext {
     /**
     /**
      * 7日签到领取数据 新手签到
      * 7日签到领取数据 新手签到
      */
      */
+    #[ArrayType]
     public $day7_drawed_newPlayer = array();
     public $day7_drawed_newPlayer = array();
 
 
     /**
     /**
@@ -443,6 +444,7 @@ class Info_PrivateState extends Object_ext {
     /**
     /**
      *  7日签到 新手签到 登录时间记录
      *  7日签到 新手签到 登录时间记录
      */
      */
+    #[ArrayType]
     public $day7_drawed_newPlayer_LoginDays = array();
     public $day7_drawed_newPlayer_LoginDays = array();
 
 
     public function initialize() {
     public function initialize() {