This commit is contained in:
richboo111
2022-08-15 13:56:47 +08:00
parent 1839690faa
commit a4ef782ae3
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -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,