From 3d9b4f3b1157092196079b4e7dfb8e0ec4f033f0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 16 Oct 2024 14:53:54 +0800 Subject: [PATCH] 1 --- webapp/controller/BagController.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(), + )); } }