From e77e3950f936ad7ea8f808dd90e2dfca46a34acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 16 May 2021 11:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=AD=90=E8=BF=85=E8=81=94=E8=B8=A2?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extends/kill/out.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 extends/kill/out.php diff --git a/extends/kill/out.php b/extends/kill/out.php new file mode 100644 index 0000000..1de2c1f --- /dev/null +++ b/extends/kill/out.php @@ -0,0 +1,29 @@ +getOne(['Id'=>1]); +$xunlian = $product_model->getOne(['Id'=>2]); + +$header[] = $qiangzi['Token']; +$url = 'http://47.92.116.14:2222/agent/clientOnlineList'; +$content = ''; +$result = []; +$content = linkcurl($url,'GET',false,$header); + +preg_match_all("//is", $content, $result); +echo $result[0][0]; + +$header2[] = $xunlian['Token']; +$url2 = 'http://47.92.65.184:2223/agent/clientOnlineList'; +$content2 = ''; +$result2 = []; +$content2 = linkcurl($url2,'GET',false,$header2); + +preg_match_all("//is", $content2, $result2); +echo $result2[0][0]; \ No newline at end of file