|
1
|
-<?php
|
|
|
|
2
|
-/**
|
|
|
|
3
|
- * @remark :
|
|
|
|
4
|
- * @name :ImportKeyword.php
|
|
|
|
5
|
- * @author :lyh
|
|
|
|
6
|
- * @method :post
|
|
|
|
7
|
- * @time :2024/1/6 17:38
|
|
|
|
8
|
- */
|
|
|
|
9
|
-
|
|
|
|
10
|
-namespace App\Console\Commands;
|
|
|
|
11
|
-
|
|
|
|
12
|
-use Illuminate\Console\Command;
|
|
|
|
13
|
-
|
|
|
|
14
|
-class ImportKeyword extends Command
|
|
|
|
15
|
-{
|
|
|
|
16
|
-
|
|
|
|
17
|
-} |
|
|