fix
This commit is contained in:
@@ -394,9 +394,9 @@ type CalculateProductPriceReq {
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"`
|
||||
}
|
||||
type CalculateProductPriceRsp {
|
||||
ItemPrice string `json:"item_price"`
|
||||
TotalPrice string `json:"total_price"`
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"`
|
||||
ItemPrice string `json:"item_price"`
|
||||
TotalPrice string `json:"total_price"`
|
||||
StepRange interface{} `json:"step_range"`
|
||||
}
|
||||
//获取产品尺寸列表
|
||||
type GetSizeByPidReq {
|
||||
|
||||
Reference in New Issue
Block a user