소스 검색

加数组标志

cyzhao 6 달 전
부모
커밋
aba28f2064
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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日签到领取数据 新手签到
      */
+    #[ArrayType]
     public $day7_drawed_newPlayer = array();
 
     /**
@@ -443,6 +444,7 @@ class Info_PrivateState extends Object_ext {
     /**
      *  7日签到 新手签到 登录时间记录
      */
+    #[ArrayType]
     public $day7_drawed_newPlayer_LoginDays = array();
 
     public function initialize() {