更新目录结构
This commit is contained in:
@@ -37,7 +37,7 @@ class Validate {
|
||||
if (!$v->check($params)) {
|
||||
//校验不通过则直接返回错误信息
|
||||
$data = array(
|
||||
'msg' => $v->getError(),
|
||||
'message' => $v->getError(),
|
||||
'code' => 0,
|
||||
'data' => '',
|
||||
'time' => time(),
|
||||
|
||||
Reference in New Issue
Block a user