'已过期', self::UNINSTALL => '卸载', self::TO_BE_INSTALL => '待安装', self::INSTALL => '已安装', ]; return empty($type) ? $data : $data[$type]; } }