...
This commit is contained in:
parent
183134e534
commit
da95edf259
@ -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(),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user