fix(ddns): add missing field WebhookRequestType (#436)

* fix(ddns): add missing field WebhookRequestType

* add missing placeholders
This commit is contained in:
UUBulb
2024-10-17 23:35:28 +08:00
committed by GitHub
parent a503f0cf40
commit be7b6e9c5e
9 changed files with 48 additions and 19 deletions

View File

@@ -159,6 +159,8 @@ func (provider *Provider) formatWebhookString(s string) string {
"#domain#", provider.domain,
"#type#", provider.ipType,
"#record#", provider.recordType,
"#access_id#", provider.DDNSProfile.AccessID,
"#access_secret#", provider.DDNSProfile.AccessSecret,
"\r", "",
)