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 {
|
||||
|
||||
@@ -97,7 +97,7 @@ func TestOrderGetRiderInfoPhoneNumber(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetOrderRefundDetail(t *testing.T) {
|
||||
result, err := api.GetOrderRefundDetail(115082650031169457, 0)
|
||||
result, err := api.GetOrderRefundDetail(70263190513673732, 0)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user