|
|
|
@@ -657,15 +657,7 @@ type FlavorInfo struct { |
|
|
|
UnitPrice int64 `json:"unitPrice"` |
|
|
|
} |
|
|
|
|
|
|
|
type FlavorInfos struct { |
|
|
|
FlavorInfo []*FlavorInfo `json:"flavor_info"` |
|
|
|
} |
|
|
|
|
|
|
|
type FlavorInfo struct { |
|
|
|
Id int `json:"id"` |
|
|
|
Value string `json:"value"` |
|
|
|
Desc string `json:"desc"` |
|
|
|
} |
|
|
|
|
|
|
|
type SpecialPools struct { |
|
|
|
Pools []*SpecialPool `json:"pools"` |
|
|
|
|