@@ -244,7 +244,7 @@ class RefundOrderService extends BaseService
//门店余额减少
ShopClass::saleRefundReduceBalance($shop, $refund, $refundPrice);
} else {
- util::fail('此订单支付方式不支持退款');
+ util::fail('此支付方式暂不支持线上退款');
}
return $refund;