fix(mopan): parameter error (#5091)

This commit is contained in:
foxxorcat
2023-08-25 14:10:05 +08:00
committed by GitHub
parent 31a033dff1
commit 8f493cccc4
4 changed files with 16 additions and 2 deletions

View File

@ -9,7 +9,7 @@ type Addition struct {
Phone string `json:"phone" required:"true"`
Password string `json:"password" required:"true"`
RootFolderID string `json:"root_folder_id" default:"-11" required:"true" help:"be careful when using the -11 value, some operations may cause system errors"`
RootFolderID string `json:"root_folder_id" default:""`
CloudID string `json:"cloud_id"`