cyzhao 4 lat temu
rodzic
commit
dea2f498cf
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Gameserver/Amfphp/process/AuctionProc.php

+ 2 - 2
Gameserver/Amfphp/process/AuctionProc.php

@@ -55,7 +55,7 @@ class AuctionProc {
         
         UserProc::updateUserInfo();                                             # 回写玩家数据
         return Resp::ok(array(
-                    "auction" => $dic->data,
+                    "auction" => $dic,
         ));
     }
 
@@ -116,7 +116,7 @@ class AuctionProc {
                     
         UserProc::updateUserInfo();                                             # 回写玩家数据
         return Resp::ok(array(
-                    "auction" => $obj,
+                    "auction" => $obj->data,
         ));
     }