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;
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
]);