超级管理员后台

This commit is contained in:
柳清爽
2025-04-09 09:45:06 +08:00
parent 282a301eeb
commit 3a01dc897a
86 changed files with 7535 additions and 4 deletions

View File

@@ -3,8 +3,6 @@ namespace app\plan\controller;
use think\Controller;
use think\facade\Request;
use app\plan\model\TrafficPool as TrafficPoolModel;
use app\plan\model\TrafficSource;
/**
* 流量池控制器
@@ -50,8 +48,6 @@ class TrafficPool extends Controller
];
}
new
return json([
'code' => 200,
'msg' => '导入完成',