作者 lyh
@@ -150,7 +150,6 @@ class DomainInfoLogic extends BaseLogic @@ -150,7 +150,6 @@ class DomainInfoLogic extends BaseLogic
150 */ 150 */
151 public function setDomainSsl($initDomain,$domain,$rewrite,$other_domain) 151 public function setDomainSsl($initDomain,$domain,$rewrite,$other_domain)
152 { 152 {
153 - $this->fail('当前功能,占时无法使用,如有紧急需要上线项目,请联系管理人员');  
154 if($this->param['type'] == 2){ 153 if($this->param['type'] == 2){
155 if(empty($this->param['key'])){ 154 if(empty($this->param['key'])){
156 $this->fail('证书KEY值不能为空'); 155 $this->fail('证书KEY值不能为空');
@@ -5,6 +5,7 @@ namespace App\Http\Logic\Aside\Project; @@ -5,6 +5,7 @@ namespace App\Http\Logic\Aside\Project;
5 use App\Enums\Common\Code; 5 use App\Enums\Common\Code;
6 use App\Exceptions\AsideGlobalException; 6 use App\Exceptions\AsideGlobalException;
7 use App\Models\Com\NoticeLog; 7 use App\Models\Com\NoticeLog;
  8 +use App\Models\Com\UpdateLog;
8 use App\Models\Devops\ServerConfig; 9 use App\Models\Devops\ServerConfig;
9 use App\Models\Project\ProjectRenew; 10 use App\Models\Project\ProjectRenew;
10 use App\Models\Template\Setting; 11 use App\Models\Template\Setting;