mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
优化引入
This commit is contained in:
parent
4404d24b5b
commit
e4aed49fb2
app/data/controller
@ -2,9 +2,9 @@
|
||||
|
||||
namespace app\data\controller;
|
||||
|
||||
use app\data\service\ExpressService;
|
||||
use app\data\service\OrderService;
|
||||
use app\data\service\PaymentService;
|
||||
use app\data\service\ExpressService;
|
||||
use app\data\service\UserAdminService;
|
||||
use think\admin\Controller;
|
||||
use think\admin\extend\CodeExtend;
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
namespace app\data\controller;
|
||||
|
||||
use app\data\service\UserAdminService;
|
||||
use app\data\service\UserBalanceService;
|
||||
use app\data\service\UserUpgradeService;
|
||||
use app\data\service\UserAdminService;
|
||||
use think\admin\Controller;
|
||||
use think\admin\extend\CodeExtend;
|
||||
use think\admin\service\AdminService;
|
||||
|
@ -3,7 +3,6 @@
|
||||
namespace app\data\controller;
|
||||
|
||||
use app\data\service\UserAdminService;
|
||||
use app\data\service\UserRebateService;
|
||||
use app\data\service\UserTransferService;
|
||||
use think\admin\Controller;
|
||||
use think\admin\extend\CodeExtend;
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
namespace app\data\controller\api;
|
||||
|
||||
use app\data\service\GoodsService;
|
||||
use app\data\service\ExpressService;
|
||||
use app\data\service\GoodsService;
|
||||
use think\admin\Controller;
|
||||
|
||||
/**
|
||||
|
@ -4,8 +4,8 @@ namespace app\data\controller\api\auth;
|
||||
|
||||
use app\data\controller\api\Auth;
|
||||
use app\data\service\RebateService;
|
||||
use app\data\service\UserUpgradeService;
|
||||
use app\data\service\UserAdminService;
|
||||
use app\data\service\UserUpgradeService;
|
||||
use think\admin\Storage;
|
||||
use think\exception\HttpResponseException;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user