ddns: add listProviders api (#446)

* ddns: add listProviders api

* fix swagger
This commit is contained in:
UUBulb
2024-10-22 00:04:17 +08:00
committed by GitHub
parent 7e6864fa8c
commit 15585ef12e
6 changed files with 57 additions and 92 deletions

View File

@@ -720,7 +720,7 @@ type ddnsForm struct {
EnableIPv4 string
EnableIPv6 string
Name string
Provider uint8
Provider string
DomainsRaw string
AccessID string
AccessSecret string