|
|
@ -314,6 +314,7 @@ public class TestController implements ApplicationEventPublisherAware {
|
|
|
|
elem = alipayClient.onlineRefund(refundOrder, type == TradeType.GATEWAY_H5);
|
|
|
|
elem = alipayClient.onlineRefund(refundOrder, type == TradeType.GATEWAY_H5);
|
|
|
|
xmlStr = XmlFormatUtils.formatXml(elem);
|
|
|
|
xmlStr = XmlFormatUtils.formatXml(elem);
|
|
|
|
res.put("xml", xmlStr);
|
|
|
|
res.put("xml", xmlStr);
|
|
|
|
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
throw new BadRequestException("Not Support channel:" + channel);
|
|
|
|
throw new BadRequestException("Not Support channel:" + channel);
|
|
|
|
}
|
|
|
|
}
|
|
|
|