params['mobileEncryptKey']; return self::encrypt($mobile, $key); } public static function decryptMobilePhone($mobile) { return $mobile; $key = \Yii::$app->params['mobileEncryptKey']; return self::decrypt($mobile, $key); } }