cyzhao 4 vuotta sitten
vanhempi
commit
bccff207a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Gameserver/Amfphp/process/AuctionProc.php

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

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