[更新]修正接口基础控制器方法

This commit is contained in:
Anyon 2018-05-25 14:44:16 +08:00
parent 07b226bfa9
commit 0daf0f28d2

View File

@ -57,7 +57,7 @@ class BasicApi
*/ */
protected function error($msg, $data = []) protected function error($msg, $data = [])
{ {
ToolsService::success($msg, $data); ToolsService::error($msg, $data);
} }
} }