This commit is contained in:
laodaming
2023-07-21 17:32:15 +08:00
parent 91131161c9
commit 9400fcfaeb
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ type GetPriceByPidRsp struct {
Items []PriceItem `json:"items"`
MinPrice float64 `json:"min_price"`
MaxPrice float64 `json:"max_price"`
StepRange []StepRange `json:"step_price"`
StepRange []StepRange `json:"step_range"`
}
type StepRange struct {