...
|
...
|
@@ -1793,8 +1793,9 @@ type CategoryOptionsResponse struct { |
|
|
}
|
|
|
|
|
|
type CategoryOptions struct {
|
|
|
Value int64 `json:"value"` // 分类ID
|
|
|
Label string `json:"label"` // 分组名称
|
|
|
Value int64 `json:"value"` // 分类ID
|
|
|
Label string `json:"label"` // 分组名称
|
|
|
Enable int `json:"enable,optional,omitempty"` // 启用状态 1:启用
|
|
|
}
|
|
|
|
|
|
type CategoryOptionValue struct {
|
...
|
...
|
|