mtwmapi由RetailSellStatus取代RetailSkuSellStatus

This commit is contained in:
gazebo
2019-10-14 18:41:56 +08:00
parent 8b6fc21c28
commit c5b0e1a847
4 changed files with 74 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ type FoodInfo struct {
SkuID string `json:"sku_id"`
Spec string `json:"spec"`
Unit string `json:"unit"`
Weight int64 `json:"weight"`
}
type CanRefundFoodInfo struct {
@@ -261,6 +262,7 @@ type OrderInfo struct {
Status int `json:"status"`
TaxpayerID string `json:"taxpayer_id"`
Total float64 `json:"total"`
TotalWeight int64 `json:"total_weight"`
Utime int64 `json:"utime"`
WmOrderIDView int64 `json:"wm_order_id_view"`
WmPoiAddress string `json:"wm_poi_address"`