mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
fix: 修复华为云dns接口请求出错的bug
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ export class HuaweiDnsProvider extends AbstractDnsProvider {
|
||||
dnsEndpoint = 'https://dns.cn-south-1.myhuaweicloud.com';
|
||||
async onInstance() {
|
||||
const access: any = this.access;
|
||||
this.client = new HuaweiYunClient(access);
|
||||
this.client = new HuaweiYunClient(access,this.logger);
|
||||
}
|
||||
|
||||
async getDomainList() {
|
||||
|
||||
Reference in New Issue
Block a user