From 6765660167ce1b53ada71064686772b202506039 Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Tue, 6 Mar 2018 12:29:01 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php index e7be5e4..3404a4c 100644 --- a/application/api/controller/Index.php +++ b/application/api/controller/Index.php @@ -3,12 +3,8 @@ namespace app\api\controller; -use Curl\Curl; - class Index extends Base { public function index() { - $curl = new Curl(); - dump($curl->get('http://www.apiadmin.org'));exit; $this->debug([ 'TpVersion' => THINK_VERSION ]);