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