mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: 阿里云错误提示优化
This commit is contained in:
@@ -114,6 +114,9 @@ export class AliyunDnsProvider extends AbstractDnsProvider {
|
||||
await this.ctx.utils.sleep(5000)
|
||||
return this.createRecord(options)
|
||||
}
|
||||
if (e.code === 'SignatureDoesNotMatch') {
|
||||
this.logger.error('阿里云账号的AccessKeyId或AccessKeySecret错误,请检查AccessKey是否被删除、过期、或者选择了错误的授权记录');
|
||||
}
|
||||
this.logger.info('添加域名解析出错', e);
|
||||
this.resolveError(e, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user