From 0daf0f28d238d8952494744a809d12f0d2337d85 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 25 May 2018 14:44:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9F=BA=E7=A1=80=E6=8E=A7=E5=88=B6=E5=99=A8=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/controller/BasicApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/controller/BasicApi.php b/extend/controller/BasicApi.php index 77087d1a5..ba539e5ee 100644 --- a/extend/controller/BasicApi.php +++ b/extend/controller/BasicApi.php @@ -57,7 +57,7 @@ class BasicApi */ protected function error($msg, $data = []) { - ToolsService::success($msg, $data); + ToolsService::error($msg, $data); } } \ No newline at end of file