定义了路由规则的URL原地址禁止访问 改进分组路由的路由自动标识

This commit is contained in:
thinkphp
2016-09-07 12:34:10 +08:00
parent fc0c563706
commit f913450da8
2 changed files with 6 additions and 0 deletions

View File

@@ -61,4 +61,5 @@ return [
'cache write error' => '缓存写入失败',
'sae mc write error' => 'SAE mc 写入错误',
'route name not exists' => '路由标识不存在(或参数不够)',
'invalid request' => '非法请求',
];