refactor(out): migrate out controller to app base controller

Made-with: Cursor
This commit is contained in:
apple
2026-04-29 17:11:25 +08:00
parent 05b0d43dd8
commit bfc8dd56b5
2 changed files with 21 additions and 2 deletions

View File

@@ -6,9 +6,9 @@
namespace app\controller\out;
use app\common\controller\AppBaseController;
use app\Request;
use app\services\out\OutAccountServices;
use crmeb\basic\BaseController;
use app\validate\out\LoginValidate;
use think\annotation\Inject;
@@ -16,7 +16,7 @@ use think\annotation\Inject;
* Class Login
* @package app\kefu\controller
*/
class OutAccount extends BaseController
class OutAccount extends AppBaseController
{
/**