fix
This commit is contained in:
parent
91131161c9
commit
9400fcfaeb
|
@ -309,7 +309,7 @@ type GetPriceByPidRsp struct {
|
||||||
Items []PriceItem `json:"items"`
|
Items []PriceItem `json:"items"`
|
||||||
MinPrice float64 `json:"min_price"`
|
MinPrice float64 `json:"min_price"`
|
||||||
MaxPrice float64 `json:"max_price"`
|
MaxPrice float64 `json:"max_price"`
|
||||||
StepRange []StepRange `json:"step_price"`
|
StepRange []StepRange `json:"step_range"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type StepRange struct {
|
type StepRange struct {
|
||||||
|
|
|
@ -357,7 +357,7 @@ type GetPriceByPidRsp {
|
||||||
Items []PriceItem `json:"items"`
|
Items []PriceItem `json:"items"`
|
||||||
MinPrice float64 `json:"min_price"`
|
MinPrice float64 `json:"min_price"`
|
||||||
MaxPrice float64 `json:"max_price"`
|
MaxPrice float64 `json:"max_price"`
|
||||||
StepRange []StepRange `json:"step_price"`
|
StepRange []StepRange `json:"step_range"`
|
||||||
}
|
}
|
||||||
type StepRange {
|
type StepRange {
|
||||||
RangeNum RangeNum `json:"range_num"`
|
RangeNum RangeNum `json:"range_num"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user