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