From 90de4fd1b834ff36fb21d08070c11853962ad8f0 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 14 Jan 2018 02:42:04 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BC=98=E5=8C=96=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/behavior/ApiAuth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/api/behavior/ApiAuth.php b/application/api/behavior/ApiAuth.php index 3b9c7dc..671cf5b 100644 --- a/application/api/behavior/ApiAuth.php +++ b/application/api/behavior/ApiAuth.php @@ -24,7 +24,8 @@ class ApiAuth { /** * 默认行为函数 * @author zhaoxiang - * @return \think\Request + * @return \think\response\Json + * @throws \think\Exception * @throws \think\exception\DbException */ public function run() {