colly_wyx
2017-08-11 2c88c99afe3b6f68d9f74d68f7e02a62e2f2c32d
application/controllers/Error.php
@@ -14,6 +14,9 @@
         case 'no_data':
            $msg = '数据不存在';
            break;
         case 'no_auth':
            $msg = '权限不足,无法访问';
            break;
         case 'not_found':
            $msg = '页面未找到';
            break;