作者 lyh

变更数据

@@ -58,7 +58,7 @@ class lyhDemo extends Command @@ -58,7 +58,7 @@ class lyhDemo extends Command
58 protected $description = '更新路由'; 58 protected $description = '更新路由';
59 59
60 public function handle(){ 60 public function handle(){
61 - return $this->_actionRoute(); 61 + return $this->_actionAiBolog();
62 } 62 }
63 63
64 /** 64 /**