作者 lyh

gx数据

@@ -39,14 +39,12 @@ class AiVideoTask extends Command @@ -39,14 +39,12 @@ class AiVideoTask extends Command
39 39
40 public $updateProject = [];//需更新的列表 40 public $updateProject = [];//需更新的列表
41 public $routes = [];//需要更新的路由 41 public $routes = [];//需要更新的路由
42 -  
43 /** 42 /**
44 * The console command description. 43 * The console command description.
45 * 44 *
46 * @var string 45 * @var string
47 */ 46 */
48 protected $description = '查询ai_video是否已经生成'; 47 protected $description = '查询ai_video是否已经生成';
49 -  
50 /** 48 /**
51 * @return bool 49 * @return bool
52 * @throws \Exception 50 * @throws \Exception