From f23faf7da859ad34f85c67396ff7826dca7af0e0 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 25 Aug 2023 11:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/CeshiController.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/api/controller/CeshiController.php b/app/api/controller/CeshiController.php index 4c3484042..e1c6af663 100644 --- a/app/api/controller/CeshiController.php +++ b/app/api/controller/CeshiController.php @@ -74,10 +74,13 @@ class CeshiController extends BaseApiController } } - // public function ceshi2(){ - // $ - // $b=app(RemoteController::class)->shang_date_list(''); + public function ceshi2(){ + $res = HttpClient::create()->request('GET', 'https://worker-task.lihaink.cn/v1/notify_authentication?id=183'); + $json=json_decode($res->getContent(),true); + halt($json); + $points=$json['data']; + halt($res); - // } + } } \ No newline at end of file