modified 去除默认测试代码

This commit is contained in:
zhaoxiang 2018-03-06 12:29:01 +08:00
parent 8448841085
commit 6765660167

View File

@ -3,12 +3,8 @@
namespace app\api\controller; namespace app\api\controller;
use Curl\Curl;
class Index extends Base { class Index extends Base {
public function index() { public function index() {
$curl = new Curl();
dump($curl->get('http://www.apiadmin.org'));exit;
$this->debug([ $this->debug([
'TpVersion' => THINK_VERSION 'TpVersion' => THINK_VERSION
]); ]);