cyzhao 4 년 전
부모
커밋
dea2f498cf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,
         ));
     }