From a4ef782ae34815265e0e9c53582fb1482c6bc106 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 15 Aug 2022 13:56:47 +0800 Subject: [PATCH] 1 --- platformapi/ebaiapi/order.go | 1 + platformapi/q_bida/QBiDa_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/order.go b/platformapi/ebaiapi/order.go index 1654bf79..7fbd27cc 100644 --- a/platformapi/ebaiapi/order.go +++ b/platformapi/ebaiapi/order.go @@ -559,6 +559,7 @@ func (a *API) OrderDisagreeRefund(orderID, refuseReason string) (err error) { return err } +//售后 同意用户多次部分取消 func (a *API) OrderPartRefund(orderID string, removeSkuList []*RefundSku) (err error) { _, err = a.AccessAPI("order.manyTimesPartrefund", map[string]interface{}{ "order_id": orderID, diff --git a/platformapi/q_bida/QBiDa_test.go b/platformapi/q_bida/QBiDa_test.go index 0c7d5e6c..1a993a32 100644 --- a/platformapi/q_bida/QBiDa_test.go +++ b/platformapi/q_bida/QBiDa_test.go @@ -37,7 +37,7 @@ func TestGatAllFee(t *testing.T) { DeliveryType: 0, GoodsValue: 1000, SendAddress: "四川省成都市金牛区二环北路一段10号万科加州湾V派616", - ReceiveAddress: "北京市北京市朝阳区来广营地区中铁国际城乐享汇大厦3号楼1132", + ReceiveAddress: "北京市北京市朝阳区容达路7号太极产业园", Type: 0, Weight: 1, Length: 100,