feat(139): support new personal cloud api (#5690)

Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
linepro6
2023-12-16 16:56:45 +08:00
committed by GitHub
parent 6d4ab57a0e
commit de56f926cf
4 changed files with 628 additions and 222 deletions

View File

@ -9,7 +9,7 @@ type Addition struct {
//Account string `json:"account" required:"true"`
Authorization string `json:"authorization" type:"text" required:"true"`
driver.RootID
Type string `json:"type" type:"select" options:"personal,family" default:"personal"`
Type string `json:"type" type:"select" options:"personal,family,personal_new" default:"personal"`
CloudID string `json:"cloud_id"`
}