|
@@ -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,
|
|
|
));
|
|
|
}
|
|
|
|