first commit
This commit is contained in:
17
app/mobile/controller/Index.php
Normal file
17
app/mobile/controller/Index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\mobile\controller;
|
||||
|
||||
use app\HomeController;
|
||||
|
||||
class Index extends HomeController
|
||||
{
|
||||
/**
|
||||
* 手机端控制器
|
||||
* @return \support\Response
|
||||
*/
|
||||
public function index(): \support\Response
|
||||
{
|
||||
return response('Hello swift Mobile!');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user