Browse Source

转盘兑换功能

cyzhao 8 months ago
parent
commit
3228bad133
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/model/User/Info_PrivateState.php

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

@@ -324,6 +324,7 @@ class Info_PrivateState extends Object_ext {
      * 兑换记录
      * @var type
      */
+    #[ArrayType]
     public $lotteryExchange = array();
 
     public function initialize() {