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,