Browse Source

解决冲突

tags/v1.22.9.2^2
zhoupzh 3 years ago
parent
commit
5ea282ed97
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      models/cloudbrain.go

+ 0
- 8
models/cloudbrain.go View File

@@ -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"`


Loading…
Cancel
Save