diff --git a/Application/Home/Controller/PackageController.class.php b/Application/Home/Controller/PackageController.class.php index a67ac2810..5dc73aaa1 100644 --- a/Application/Home/Controller/PackageController.class.php +++ b/Application/Home/Controller/PackageController.class.php @@ -4,6 +4,9 @@ namespace Home\Controller; use Think\Controller; use Think\Think; +use Base\Service\PromoteService; +use Base\Facade\Request; +use Base\Service\ApplyService; /** * @author elf<360197197@qq.com>