更新接口文件

This commit is contained in:
2020-05-10 22:15:42 +08:00
parent 6249dc9b5e
commit 36d104332a
7 changed files with 83 additions and 13 deletions

View File

@@ -8,14 +8,13 @@
// +----------------------------------------------------------------------
namespace app\controller\user;
use app\controller\Base as BaseC;
use app\model\Form;
use app\model\Model;
use think\facade\Cache;
use think\facade\Config;
use think\facade\View;
class Base extends BaseC {
class Base extends \app\controller\Base {
protected $outAuthUrl = ['user/index/login', 'user/index/logout', 'user/index/verify', 'user/index/register', 'user/index/forget', 'user/index/resetpasswd'];