From 269d55a4d7ff67f214944674ab19905ffefa10b3 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 16 Jun 2023 10:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/Index.php b/app/controller/Index.php index b3ff201..bad55e5 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -24,6 +24,7 @@ class Index extends BaseController $url = $host."/artemis/oauth/token?client_id=".$cid."&client_secret=".$cskey; // do post $ret = post($url); + return $ret; } }