合并分支 'akun' 到 'master'
Akun 查看合并请求 !449
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -39,13 +39,13 @@ class DomainInfo extends Command | @@ -39,13 +39,13 @@ class DomainInfo extends Command | ||
| 39 | public function handle() | 39 | public function handle() |
| 40 | { | 40 | { |
| 41 | //更新主站域名有效时间 | 41 | //更新主站域名有效时间 |
| 42 | -// $this->startUpdateDomain(); | 42 | + $this->startUpdateDomain(); |
| 43 | 43 | ||
| 44 | //主站证书到期更新 | 44 | //主站证书到期更新 |
| 45 | -// $this->startUpdateCert(); | 45 | + $this->startUpdateCert(); |
| 46 | 46 | ||
| 47 | //AMP站证书到期更新 | 47 | //AMP站证书到期更新 |
| 48 | -// $this->startUpdateAmpCert(); | 48 | + $this->startUpdateAmpCert(); |
| 49 | 49 | ||
| 50 | //创建的自定义小语种域名证书到期更新 | 50 | //创建的自定义小语种域名证书到期更新 |
| 51 | $this->startUpdateCustomCert(); | 51 | $this->startUpdateCustomCert(); |
-
请 注册 或 登录 后发表评论