- mtwmapi BoxNum is float64
This commit is contained in:
@@ -92,7 +92,7 @@ type RefundSku struct {
|
|||||||
|
|
||||||
type RefundSkuDetail struct {
|
type RefundSkuDetail struct {
|
||||||
AppFoodCode string `json:"app_food_code"`
|
AppFoodCode string `json:"app_food_code"`
|
||||||
BoxNum float32 `json:"box_num"`
|
BoxNum float64 `json:"box_num"`
|
||||||
BoxPrice float64 `json:"box_price"`
|
BoxPrice float64 `json:"box_price"`
|
||||||
Count int `json:"count"`
|
Count int `json:"count"`
|
||||||
FoodName string `json:"food_name"`
|
FoodName string `json:"food_name"`
|
||||||
@@ -132,8 +132,8 @@ type OrderExtraInfo struct {
|
|||||||
|
|
||||||
type FoodInfo struct {
|
type FoodInfo struct {
|
||||||
AppFoodCode string `json:"app_food_code"`
|
AppFoodCode string `json:"app_food_code"`
|
||||||
BoxNum int `json:"box_num"`
|
BoxNum float64 `json:"box_num"`
|
||||||
BoxPrice int `json:"box_price"`
|
BoxPrice float64 `json:"box_price"`
|
||||||
CartID int `json:"cart_id"`
|
CartID int `json:"cart_id"`
|
||||||
FoodDiscount int `json:"food_discount"`
|
FoodDiscount int `json:"food_discount"`
|
||||||
FoodName string `json:"food_name"`
|
FoodName string `json:"food_name"`
|
||||||
|
|||||||
Reference in New Issue
Block a user