From 990e869bf5e24ca299dcd8f17822e555772f30c8 Mon Sep 17 00:00:00 2001 From: Zhao <756958008@qq.com> Date: Tue, 16 Apr 2019 15:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B1=89=E5=AD=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/behavior/ApiAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/behavior/ApiAuth.php b/application/api/behavior/ApiAuth.php index d4f926d..87ae4da 100644 --- a/application/api/behavior/ApiAuth.php +++ b/application/api/behavior/ApiAuth.php @@ -44,7 +44,7 @@ class ApiAuth { $this->apiInfo = $apiInfo->toArray(); Cache::set('ApiInfo:' . $hash, $this->apiInfo); } else { - return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失1败', 'data' => []]); + return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失败', 'data' => []]); } }