mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-21 15:31:12 +08:00
变更网宿check方法调用的API接口以避免产品未开通导致验证失败
This commit is contained in:
parent
5aab54c79e
commit
486ef4bcd5
@ -24,7 +24,7 @@ class wangsu implements DeployInterface
|
||||
public function check()
|
||||
{
|
||||
if (empty($this->username) || empty($this->apiKey)) throw new Exception('必填参数不能为空');
|
||||
$this->request('/cdn/certificates');
|
||||
$this->request('/api/ssl/certificate');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user