Merge branch 'master' of https://git.yuzhankeji.cn/linyiman/heping-api
This commit is contained in:
@@ -3,10 +3,12 @@ namespace app\controller;
|
||||
|
||||
use app\BaseController;
|
||||
|
||||
|
||||
class Index extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return 'Api is ready!';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
12
app/controller/Pay.php
Normal file
12
app/controller/Pay.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace app\controller;
|
||||
|
||||
use think\facade\View;
|
||||
|
||||
class Pay
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user