fix
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user