From 8c305a52aaaf49e88c1758d271d14b1f596eab90 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 10 Aug 2023 16:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=8E=B7=E5=8F=96=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A2=9E=E5=8A=A0token=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/application/api/controller/library/Pass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/application/api/controller/library/Pass.php b/source/application/api/controller/library/Pass.php index 72d4483..2bdc03f 100644 --- a/source/application/api/controller/library/Pass.php +++ b/source/application/api/controller/library/Pass.php @@ -12,7 +12,7 @@ class Pass extends Controller protected $url = 'http://balib.cn:8999'; - public function requestValiDate() + protected function requestValiDate() { $token = $this->request->param('token'); if (empty($token)) throw new BaseException(['msg' => '缺少token参数']);