- mtwm.FoodDiscount is float64
This commit is contained in:
@@ -135,7 +135,7 @@ type FoodInfo struct {
|
|||||||
BoxNum float64 `json:"box_num"`
|
BoxNum float64 `json:"box_num"`
|
||||||
BoxPrice float64 `json:"box_price"`
|
BoxPrice float64 `json:"box_price"`
|
||||||
CartID int `json:"cart_id"`
|
CartID int `json:"cart_id"`
|
||||||
FoodDiscount int `json:"food_discount"`
|
FoodDiscount float64 `json:"food_discount"`
|
||||||
FoodName string `json:"food_name"`
|
FoodName string `json:"food_name"`
|
||||||
FoodProperty string `json:"food_property"`
|
FoodProperty string `json:"food_property"`
|
||||||
Price float64 `json:"price"`
|
Price float64 `json:"price"`
|
||||||
|
|||||||
Reference in New Issue
Block a user