Commit e7b6b1cc by dingkai

Merge branch 'feature/1.9.21-支付sdk-dingkai'

# Conflicts:
#	order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
parents 8724c327 86bd4277
...@@ -1932,7 +1932,6 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1932,7 +1932,6 @@ public class OrderServiceImpl implements Orderservice {
return orderPayResponse; return orderPayResponse;
} catch (Exception e) { } catch (Exception e) {
LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest)); LogUtil.error("getPreOrderPay_error", JSONObject.toJSONString(orderBean), JSONObject.toJSONString(paymentRequest));
log.error("创建支付异常 trackingNo:{} ex:{}", trackingNo, JSONObject.toJSONString(e));
//TODO 邮件告警 //TODO 邮件告警
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment