- level.
This commit is contained in:
@@ -21,7 +21,7 @@ type CategoryInfo struct {
|
||||
Name string `json:"name"`
|
||||
Rank int `json:"rank"` // 店内分类独有
|
||||
Children []*CategoryInfo `json:"children"`
|
||||
Level int
|
||||
Level int `json:"level"`
|
||||
}
|
||||
|
||||
type PageDataInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user