公共登录 - 手机后、账号同时可作为登录条件
This commit is contained in:
12
Server/application/common/controller/BaseController.php
Normal file
12
Server/application/common/controller/BaseController.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\controller;
|
||||
|
||||
use think\Controller;
|
||||
|
||||
/**
|
||||
* 基础控制器
|
||||
*/
|
||||
class BaseController extends Controller
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user