- 修复两个美团外美API的bug
This commit is contained in:
@@ -115,7 +115,7 @@ func (a *API) OrderRefundReject(orderID int64, reason string) (err error) {
|
||||
}
|
||||
|
||||
func (a *API) OrderApplyPartRefund(orderID int64, reason string, removeSkuList []*RefundSku) (err error) {
|
||||
_, err = a.AccessAPI("order/applyPartRefund", true, map[string]interface{}{
|
||||
_, err = a.AccessAPI("order/applyPartRefund", false, map[string]interface{}{
|
||||
KeyOrderID: orderID,
|
||||
"reason": reason,
|
||||
"food_data": removeSkuList,
|
||||
|
||||
Reference in New Issue
Block a user