10:28 2017/02/02 * @Copyright 2015-2020 SISMO * @Project homepage https://github.com/CNSISMO * @Version 2.0 */ class StatisticController extends BaseController { /** * 漏洞报告列表 */ public function index() { $this -> display(); } }