fix
This commit is contained in:
@@ -360,8 +360,12 @@ type GetPriceByPidRsp {
|
||||
StepPrice []StepPrice `json:"step_price"`
|
||||
}
|
||||
type StepPrice {
|
||||
Range string `json:"range"`
|
||||
Price float64 `json:"price"`
|
||||
RangeNum RangeNum `json:"range_num"`
|
||||
Price float64 `json:"price"`
|
||||
}
|
||||
type RangeNum {
|
||||
Begin int64 `json:"begin"`
|
||||
End int64 `json:"end"`
|
||||
}
|
||||
type PriceItem {
|
||||
Num int64 `json:"num"`
|
||||
|
||||
Reference in New Issue
Block a user