cyzhao hace 4 años
padre
commit
dea2f498cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,
         ));
     }