京西售后单单个退款

This commit is contained in:
苏尹岚
2020-06-27 10:51:34 +08:00
parent 6a91db0adc
commit 04abb297d6
3 changed files with 25 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ func (c *PurchaseHandler) ConfirmReceivedReturnGoods(ctx *jxcontext.Context, ord
// 发起全款退款
func (c *PurchaseHandler) RefundOrder(ctx *jxcontext.Context, order *model.GoodsOrder, reason string) (err error) {
err = fmt.Errorf("%s不支持售后全额退款请让买家发起退款", model.VendorChineseNames[model.VendorIDJX])
c.PartRefundOrder(ctx, order, order.Skus, reason)
return err
}