fix
This commit is contained in:
@@ -357,9 +357,9 @@ type GetPriceByPidRsp {
|
||||
Items []PriceItem `json:"items"`
|
||||
MinPrice float64 `json:"min_price"`
|
||||
MaxPrice float64 `json:"max_price"`
|
||||
StepPrice []StepPrice `json:"step_price"`
|
||||
StepRange []StepRange `json:"step_price"`
|
||||
}
|
||||
type StepPrice {
|
||||
type StepRange {
|
||||
RangeNum RangeNum `json:"range_num"`
|
||||
Price float64 `json:"price"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user