feat: add jdcloud live video deployer

This commit is contained in:
Fu Diwei
2025-02-20 10:13:02 +08:00
parent 5139198691
commit 22d971db4b
16 changed files with 247 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ type AddDomainResolutionRequest struct {
type AddDomainResolutionResponse struct {
baseResponse
Data int `json:"data"`
Data string `json:"data"`
}
type ModifyDomainResolutionRequest struct {