first commit
This commit is contained in:
21
滴滴淘/diditao/app/controller/certification/Buyer.php
Normal file
21
滴滴淘/diditao/app/controller/certification/Buyer.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\controller\certification;
|
||||
|
||||
|
||||
use diditao\common\base\BaseController;
|
||||
use diditao\common\response\facade\AppResponse;
|
||||
|
||||
class Buyer extends BaseController
|
||||
{
|
||||
public function add()
|
||||
{
|
||||
$this->validate();
|
||||
return AppResponse::handle();
|
||||
}
|
||||
public function get()
|
||||
{
|
||||
return AppResponse::handle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user