1
This commit is contained in:
@@ -559,6 +559,7 @@ func (a *API) OrderDisagreeRefund(orderID, refuseReason string) (err error) {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//售后 同意用户多次部分取消
|
||||||
func (a *API) OrderPartRefund(orderID string, removeSkuList []*RefundSku) (err error) {
|
func (a *API) OrderPartRefund(orderID string, removeSkuList []*RefundSku) (err error) {
|
||||||
_, err = a.AccessAPI("order.manyTimesPartrefund", map[string]interface{}{
|
_, err = a.AccessAPI("order.manyTimesPartrefund", map[string]interface{}{
|
||||||
"order_id": orderID,
|
"order_id": orderID,
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ func TestGatAllFee(t *testing.T) {
|
|||||||
DeliveryType: 0,
|
DeliveryType: 0,
|
||||||
GoodsValue: 1000,
|
GoodsValue: 1000,
|
||||||
SendAddress: "四川省成都市金牛区二环北路一段10号万科加州湾V派616",
|
SendAddress: "四川省成都市金牛区二环北路一段10号万科加州湾V派616",
|
||||||
ReceiveAddress: "北京市北京市朝阳区来广营地区中铁国际城乐享汇大厦3号楼1132",
|
ReceiveAddress: "北京市北京市朝阳区容达路7号太极产业园",
|
||||||
Type: 0,
|
Type: 0,
|
||||||
Weight: 1,
|
Weight: 1,
|
||||||
Length: 100,
|
Length: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user