diff --git a/webapp/controller/BagController.class.php b/webapp/controller/BagController.class.php index 775e1307..7480600c 100644 --- a/webapp/controller/BagController.class.php +++ b/webapp/controller/BagController.class.php @@ -899,7 +899,10 @@ class BagController extends BaseAuthedController { ) )); LuckySymbol::add(); - myself()->_rspOk(); + $this->_rspData(array( + 'award' => $this->awardService->toDto(), + 'property_chg' => $this->propertyChgService->toDto(), + )); } }