作者 lyh

变更数据

@@ -9,10 +9,7 @@ @@ -9,10 +9,7 @@
9 9
10 namespace App\Console\Commands\LyhTest; 10 namespace App\Console\Commands\LyhTest;
11 11
12 -use App\Models\CustomModule\CustomModuleCategory;  
13 -use App\Models\CustomModule\CustomModuleContent;  
14 -use App\Models\CustomModule\CustomModuleExtentContent;  
15 -use App\Models\News\News; 12 +
16 use App\Models\Product\Category; 13 use App\Models\Product\Category;
17 use App\Models\Product\CategoryRelated; 14 use App\Models\Product\CategoryRelated;
18 use App\Models\Product\Column; 15 use App\Models\Product\Column;
@@ -69,9 +66,6 @@ class LyhImportTest extends Command @@ -69,9 +66,6 @@ class LyhImportTest extends Command
69 * @method :post 66 * @method :post
70 * @time :2025/10/22 16:47 67 * @time :2025/10/22 16:47
71 */ 68 */
72 - use PhpOffice\PhpSpreadsheet\IOFactory;  
73 - use Illuminate\Support\Facades\DB;  
74 -  
75 public function download_1517_action($url) 69 public function download_1517_action($url)
76 { 70 {
77 // 临时文件路径(确保目录存在) 71 // 临时文件路径(确保目录存在)