refactor(supplier): migrate supplier auth controller to app base controller

Made-with: Cursor
This commit is contained in:
apple
2026-04-29 17:12:08 +08:00
parent bfc8dd56b5
commit c7642da41b
2 changed files with 15 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
namespace app\controller\supplier;
use crmeb\basic\BaseController;
use app\common\controller\AppBaseController;
use think\Response;
/**
@@ -16,7 +16,7 @@ use think\Response;
* @method Response success($msg = 'ok', array $data = [])
* @method Response fail($msg = 'error', array $data = [])
*/
class AuthController extends BaseController
class AuthController extends AppBaseController
{
/**