cyzhao 4 năm trước cách đây
mục cha
commit
dea2f498cf
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,
         ));
     }