mtwmapi由RetailSellStatus取代RetailSkuSellStatus
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user