From da95edf2590957c893cc47ab8efae3624b64a425 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 13 Jul 2023 20:06:07 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 064bbe52..550af61e 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -2246,10 +2246,11 @@ class ShopController extends BaseAuthedController ]; LogService::consumeDiamond($event); } - + $propertyChgService->addUserChg(); $this->_rspData( array( 'reuslt' => $result, + 'property_chg' => $propertyChgService->toDto(), ) ); }