init commit
This commit is contained in:
22
application/api/controller/Invitation.php
Normal file
22
application/api/controller/Invitation.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\controller;
|
||||
|
||||
use app\common\controller\Api;
|
||||
use think\Validate;
|
||||
|
||||
/**
|
||||
* <20><><EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>
|
||||
*/
|
||||
class Invitation extends Api
|
||||
{
|
||||
protected $noNeedLogin = ['apply','test'];
|
||||
protected $noNeedRight = ['apply'];
|
||||
|
||||
|
||||
public function test()
|
||||
{
|
||||
$this->success('<27><><EFBFBD>سɹ<D8B3>', $this->request->param());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user