20201112
This commit is contained in:
18
application/api/controller/Index.php
Normal file
18
application/api/controller/Index.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
namespace app\api\controller;
|
||||
use think\Controller;
|
||||
use think\Db;
|
||||
|
||||
class Index extends Controller{
|
||||
|
||||
|
||||
public function index() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function test() {
|
||||
echo md5('mtrsuper999');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user