This commit is contained in:
aozhiwei 2021-11-29 14:50:46 +08:00
parent 38cb99a941
commit b9c5f3e014

View File

@ -131,7 +131,7 @@ class UserController extends BaseAuthedController {
} }
$this->_rspData(array( $this->_rspData(array(
'property_chg' => array( 'property_chg' => array(
'user_info' => User::info($this->_getUserInfo()) 'user_info' => User::info($this->_getOrmUserInfo())
) )
)); ));
} }