edit
This commit is contained in:
@@ -5,6 +5,14 @@ use app\exception\MyBusinessException;
|
||||
use support\exception\BusinessException;
|
||||
class ApiController
|
||||
{
|
||||
public $uid;
|
||||
public $user_type;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->uid = input('uid');
|
||||
$this->user_type = input('user_type');
|
||||
}
|
||||
|
||||
public function success($data = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user