- 删除了 extension_path 函数的引入 - 删除了 success_response 函数的引入
@@ -12,8 +12,6 @@ use think\App;
use think\facade\Event;
use think\paginator\driver\Bootstrap;
use think\Response;
-use function SixShop\Core\extension_path;
-use function SixShop\Core\success_response;
class ExtensionController
{