mirror of
https://github.com/certd/certd.git
synced 2026-04-15 05:00:52 +08:00
chore:
This commit is contained in:
@@ -119,7 +119,7 @@ export class AliyunDnsProvider extends AbstractDnsProvider {
|
||||
}
|
||||
|
||||
resolveError(e: any, req: CreateRecordOptions) {
|
||||
if (e.Message.indexOf('The specified domain name does not exist') > -1) {
|
||||
if (e.message?.indexOf('The specified domain name does not exist') > -1) {
|
||||
throw new Error(`阿里云账号中不存在此域名:${req.domain}`);
|
||||
}
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user