first commit
This commit is contained in:
19
滴滴淘/diditao/app/controller/Index.php
Normal file
19
滴滴淘/diditao/app/controller/Index.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace app\controller;
|
||||
|
||||
use app\BaseController;
|
||||
use diditao\common\interceptor\auth\facade\Auth;
|
||||
use diditao\common\request\facade\AppRequest;
|
||||
|
||||
class Index extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function hello($name = 'ThinkPHP6')
|
||||
{
|
||||
return 'hello,' . $name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user