From 1b351fe979f9bfd3fe26f57e9b66b68e25604eba 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 17:07:08 +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 --- app/product/controller/KillOut.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/product/controller/KillOut.php b/app/product/controller/KillOut.php index 176bc13..27c8a39 100644 --- a/app/product/controller/KillOut.php +++ b/app/product/controller/KillOut.php @@ -20,7 +20,7 @@ class KillOut $content = linkcurl($url,'GET',false,$header); preg_match_all("//is", $content, $result); - echo str_replace('/agent/clientDisconnect','http://47.92.116.14:2222/agent/clientDisconnect',$result[0][0]); + echo $result[0][0]; $header2[] = $xunlian['Token']; $url2 = 'http://47.92.65.184:2223/agent/clientOnlineList'; @@ -29,6 +29,6 @@ class KillOut $content2 = linkcurl($url2,'GET',false,$header2); preg_match_all("//is", $content2, $result2); - echo str_replace('/agent/clientDisconnect','http://47.92.65.184:2223/agent/clientDisconnect',$result2[0][0]); + echo $result2[0][0]; } }