|
...
|
...
|
@@ -9,10 +9,7 @@ |
|
|
|
|
|
|
|
namespace App\Console\Commands\LyhTest;
|
|
|
|
|
|
|
|
use App\Models\CustomModule\CustomModuleCategory;
|
|
|
|
use App\Models\CustomModule\CustomModuleContent;
|
|
|
|
use App\Models\CustomModule\CustomModuleExtentContent;
|
|
|
|
use App\Models\News\News;
|
|
|
|
|
|
|
|
use App\Models\Product\Category;
|
|
|
|
use App\Models\Product\CategoryRelated;
|
|
|
|
use App\Models\Product\Column;
|
|
...
|
...
|
@@ -69,9 +66,6 @@ class LyhImportTest extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2025/10/22 16:47
|
|
|
|
*/
|
|
|
|
use PhpOffice\PhpSpreadsheet\IOFactory;
|
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
|
|
|
|
|
public function download_1517_action($url)
|
|
|
|
{
|
|
|
|
// 临时文件路径(确保目录存在)
|
...
|
...
|
|