更新
This commit is contained in:
parent
2121faa335
commit
f23faf7da8
@ -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);
|
||||||
|
|
||||||
// }
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user