1
This commit is contained in:
parent
2c2d5ca9b9
commit
15f446afd2
@ -835,9 +835,13 @@ class UserController extends BaseAuthedController {
|
|||||||
error_log($response);
|
error_log($response);
|
||||||
$rspObj = json_decode($response, true);
|
$rspObj = json_decode($response, true);
|
||||||
User::Update(array(
|
User::Update(array(
|
||||||
'address' => $rspObj['address']
|
'address' => $rspObj['data']['address']
|
||||||
|
));
|
||||||
|
$propertyChgService = new services\PropertyChgService();
|
||||||
|
$propertyChgService->addUserChg();
|
||||||
|
$this->_rspData(array(
|
||||||
|
'property_chg' => $propertyChgService->toDto(),
|
||||||
));
|
));
|
||||||
$this->_rspOk();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function dampingElo($userInfo){
|
private function dampingElo($userInfo){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user