From b95f248c3328fb5dfa84e4c2e79d0f471e3f1c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 25 Oct 2022 18:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/controller/api/Auth.php | 4 ++-- app/data/controller/api/Wechat.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/data/controller/api/Auth.php b/app/data/controller/api/Auth.php index f04f51b91..5efb0058a 100644 --- a/app/data/controller/api/Auth.php +++ b/app/data/controller/api/Auth.php @@ -16,10 +16,10 @@ abstract class Auth extends Controller { /** * 当前接口请求终端类型 - * >>>>>>>>>>>>>>>>>>>>>> + * >>> * >>> api-name 接口类型 * >>> api-token 接口认证 - * >>>>>>>>>>>>>>>>>>>>>> + * >>> * --- 手机浏览器访问 wap * --- 电脑浏览器访问 web * --- 微信小程序访问 wxapp diff --git a/app/data/controller/api/Wechat.php b/app/data/controller/api/Wechat.php index fda806ea5..9212ffb63 100644 --- a/app/data/controller/api/Wechat.php +++ b/app/data/controller/api/Wechat.php @@ -64,7 +64,7 @@ class Wechat extends Controller /** * 加载网页授权数据 - * @return Response + * @return \think\Response * @throws \WeChat\Exceptions\InvalidResponseException * @throws \WeChat\Exceptions\LocalCacheException * @throws \think\admin\Exception