master
yixian 7 years ago
parent 532a122a28
commit 30485cde91

@ -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);
}

@ -85,6 +85,8 @@ app.mail.host=https://mailsupport.royalpay.com.au
mail.send.credentialCode=Fd1aRfdjc9
apple.message.apns.password=F1b5*ChJPp73
android.message.secret=2b96d9bc6169c9554218aab1
android.message.appkey=3f33a10d0a7d4ac94d8f2431
spring.thymeleaf.mode=LEGACYHTML5

Loading…
Cancel
Save