This commit is contained in:
laodaming
2023-07-21 17:49:02 +08:00
parent 9400fcfaeb
commit 80a94de6df
3 changed files with 26 additions and 27 deletions

View File

@@ -360,12 +360,9 @@ type GetPriceByPidRsp {
StepRange []StepRange `json:"step_range"`
}
type StepRange {
RangeNum RangeNum `json:"range_num"`
Price float64 `json:"price"`
}
type RangeNum {
Begin int64 `json:"begin"`
End int64 `json:"end"`
Begin int64 `json:"begin"`
End int64 `json:"end"`
Price float64 `json:"price"`
}
type PriceItem {
Num int64 `json:"num"`