feat: new deployment provider: ctcccloud cms

This commit is contained in:
Fu Diwei
2025-06-13 22:31:49 +08:00
parent 18e7238067
commit 018743299b
30 changed files with 694 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ type CreateCertResponse struct {
baseResult
ReturnObj *struct {
Id int32 `json:"id"`
Id int64 `json:"id"`
} `json:"returnObj,omitempty"`
}