"拉卡拉进件支付代码"

This commit is contained in:
hankaikai
2023-06-08 10:53:09 +08:00
parent 53437eea3e
commit 3f018b54dd

View File

@@ -1690,12 +1690,11 @@ public class MerchantController {
String ua = request.getHeader("User-Agent"); String ua = request.getHeader("User-Agent");
log.info("===================>【银联】标识,获取请求头部信息:{},==============", ua); log.info("===================>【银联】标识,获取请求头部信息:{},==============", ua);
int begin = ua.indexOf("UnionPay"); int begin = ua.indexOf("UnionPay");
// String payMentApp = ua.substring(begin); String payMentApp = ua.substring(begin);
// if (payMentApp.length() > 30) { if (payMentApp.length() > 30) {
// payMentApp = payMentApp.substring(0, 30); payMentApp = payMentApp.substring(0, 30);
// } }
String payMentApp = null;
try { try {
Map<String, Object> unionInfo = null; Map<String, Object> unionInfo = null;
//随行付 //随行付