停车场管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
597 B

<?php
return [
'auth' => [
'token_exists' => '缺少认证令牌',
'token_invalid' => '认证令牌无效',
'user_disabled' => '用户已被禁用',
'use_json' => '请求必须使用 JSON 格式',
'login_invalid' => '登录失效'
],
'api' => [
'login' => '请先登录',
'permission' => '没有操作权限',
'resource' => '资源不存在',
'data' => '数据验证失败',
'system' => '系统错误'
],
'check' => [
'user_auth' => '你无权访问!'
]
];