作者 赵彬吉
@@ -160,6 +160,7 @@ class DomainInfo extends Command @@ -160,6 +160,7 @@ class DomainInfo extends Command
160 "domain" => $param['domain'], 160 "domain" => $param['domain'],
161 "rewrite" => $extend_config ?? [], 161 "rewrite" => $extend_config ?? [],
162 'other_domain' => [$top_domain, '*.' . $top_domain], 162 'other_domain' => [$top_domain, '*.' . $top_domain],
  163 + 'is_https' => $param['is_https'],
163 'private_key' => '', 164 'private_key' => '',
164 'cert' => '' 165 'cert' => ''
165 ]; 166 ];
@@ -55,7 +55,7 @@ class UpdateRoute extends Command @@ -55,7 +55,7 @@ class UpdateRoute extends Command
55 */ 55 */
56 public function handle(){ 56 public function handle(){
57 $projectModel = new Project(); 57 $projectModel = new Project();
58 - $list = $projectModel->list(['id'=>917]); 58 + $list = $projectModel->list(['id'=>206]);
59 $data = []; 59 $data = [];
60 foreach ($list as $v){ 60 foreach ($list as $v){
61 echo date('Y-m-d H:i:s') . 'project_id:'.$v['id'] . PHP_EOL; 61 echo date('Y-m-d H:i:s') . 'project_id:'.$v['id'] . PHP_EOL;