cyzhao %!s(int64=4) %!d(string=hai) anos
pai
achega
bccff207a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
         ));
     }