mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 去除默认测试代码
This commit is contained in:
parent
8448841085
commit
6765660167
@ -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
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user