This commit is contained in:
2017-10-24 06:35:34 +08:00
parent a74cef459c
commit 4957f3770b
6 changed files with 131 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class Index extends Api {
$this->data['code'] = 1;
return $this->data;
}else{
$data['msg'] = '未知信息,请联系管理员!';
$this->data['msg'] = '未知信息,请联系管理员!';
return $this->data;
}
}