fix
This commit is contained in:
@@ -111,6 +111,7 @@ type CalculateItem {
|
||||
PurchaseQuantity int64 `json:"purchase_quantity"` //数量
|
||||
}
|
||||
type CalculateCartPriceRsp {
|
||||
SumPrice string `json:"sum_price"`
|
||||
CalculateResultList []CalculateResultItem `json:"calculate_result_list"`
|
||||
}
|
||||
type CalculateResultItem {
|
||||
|
||||
Reference in New Issue
Block a user