|
@@ -438,7 +438,9 @@ public class WalletServiceImpl implements IWalletService {
|
|
|
String reqUrl = baseUrl + "/pay/refundOrder";
|
|
|
JSONObject sendData = new JSONObject();
|
|
|
|
|
|
- if (BizTypeEnum.CHANNEL_ORDER.equals(payOrder.getBizType())) {
|
|
|
+ if (BizTypeEnum.CHANNEL_ORDER.equals(payOrder.getBizType())
|
|
|
+ || BizTypeEnum.CHANNEL_GOODS_ORDER.equals(payOrder.getBizType())
|
|
|
+ || BizTypeEnum.CHANNEL_GOODS__SETTLE_ORDER.equals(payOrder.getBizType())) {
|
|
|
sendData.put("shop_no", channelPayShopNo);
|
|
|
sendData.put("sign",channelPaySign);
|
|
|
} else {
|