compileError

master
yixian 7 years ago
parent 532a122a28
commit 72339ced55

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

Loading…
Cancel
Save