This commit is contained in:
laodaming
2023-07-21 17:31:28 +08:00
parent 001716785d
commit 91131161c9
3 changed files with 9 additions and 9 deletions

View File

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