aa
This commit is contained in:
@@ -96,9 +96,11 @@ const (
|
||||
)
|
||||
|
||||
type RefundSku struct {
|
||||
AppFoodCode string `json:"app_food_code"`
|
||||
SkuID string `json:"sku_id,omitempty"`
|
||||
Count int `json:"count"`
|
||||
AppFoodCode string `json:"app_food_code"`
|
||||
SkuID string `json:"sku_id,omitempty"`
|
||||
Count int `json:"count"`
|
||||
ItemID string `json:"item_id,omitempty"`
|
||||
ActualWeight float64 `json:"actual_weight,omitempty"`
|
||||
}
|
||||
|
||||
type RefundSkuDetail struct {
|
||||
|
||||
Reference in New Issue
Block a user