|
@@ -25,7 +25,7 @@ type Tree struct {
|
|
|
CreateTime string `form:"createTime" json:"createTime"`
|
|
|
UpdateTime string `form:"updateTime" json:"updateTime"`
|
|
|
TargetFolderId string `form:"targetFolderId" json:"targetFolderId"`
|
|
|
- Ancounts int `form:"ancounts" json:"ancounts"`
|
|
|
+ Accounts int `form:"accounts" json:"accounts"`
|
|
|
|
|
|
Csrf string `form:"csrf" json:"csrf"`
|
|
|
// Leaf bool `json:"leaf" `
|