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);
}
$propertyChgService->addUserChg();
$this->_rspData(
array(
'reuslt' => $result,
'property_chg' => $propertyChgService->toDto(),
)
);
}