1
This commit is contained in:
parent
4bbbfad21c
commit
38cb99a941
@ -30,7 +30,7 @@ class User(object):
|
|||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['info',_common.UserInfo(), '更新后的用户信息'],
|
['property_chg', _common.PropertyChg(), '属性变更'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -130,7 +130,9 @@ class UserController extends BaseAuthedController {
|
|||||||
$this->_updateUserInfo($fieldsKv);
|
$this->_updateUserInfo($fieldsKv);
|
||||||
}
|
}
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
'info' => User::info($this->_getUserInfo())
|
'property_chg' => array(
|
||||||
|
'user_info' => User::info($this->_getUserInfo())
|
||||||
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user