mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 支持cloudflare域名
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ export class AliyunDnsProvider extends AbstractDnsProvider{
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
async removeRecord(options: RemoveRecordOptions): Promise<any> {
|
||||
async removeRecord(options: RemoveRecordOptions<any>): Promise<any> {
|
||||
const { fullRecord, value, record } = options;
|
||||
const params = {
|
||||
RegionId: 'cn-hangzhou',
|
||||
|
||||
Reference in New Issue
Block a user