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