_getOrmUserInfo(); if (!$userInfo) { $this->_rspErr(1, '没有这个玩家1'); return; } $this->updateUserBaseInfo($userInfo); $this->updateMission($userInfo); $this->_rspOk(); } private function updateUserBaseInfo($userInfo) { } private function updateMission($userInfo) { } }