This commit is contained in:
songliang 2023-07-13 20:06:07 +08:00
parent 183134e534
commit da95edf259

View File

@ -2246,10 +2246,11 @@ class ShopController extends BaseAuthedController
]; ];
LogService::consumeDiamond($event); LogService::consumeDiamond($event);
} }
$propertyChgService->addUserChg();
$this->_rspData( $this->_rspData(
array( array(
'reuslt' => $result, 'reuslt' => $result,
'property_chg' => $propertyChgService->toDto(),
) )
); );
} }