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