This commit is contained in:
mkm 2023-08-25 11:36:27 +08:00
parent 2121faa335
commit f23faf7da8

View File

@ -74,10 +74,13 @@ class CeshiController extends BaseApiController
} }
} }
// public function ceshi2(){ public function ceshi2(){
// $ $res = HttpClient::create()->request('GET', 'https://worker-task.lihaink.cn/v1/notify_authentication?id=183');
// $b=app(RemoteController::class)->shang_date_list(''); $json=json_decode($res->getContent(),true);
halt($json);
$points=$json['data'];
halt($res);
// } }
} }