记得上下班打卡 | git大法好,push需谨慎

Commit cf243c2d authored by anjiabin's avatar anjiabin

Merge branch 'jxl_nft_per' of...

Merge branch 'jxl_nft_per' of http://gitlab.zhengzai.tv/dongjingwei/liquidnet-bus-v1 into jxl_nft_per
parents 00f1d3e8 fd6b684d
...@@ -35,7 +35,7 @@ public class OrderApplePayServiceImpl { ...@@ -35,7 +35,7 @@ public class OrderApplePayServiceImpl {
public boolean pay(String orderId, String type, String receiptData, String transactionId) { public boolean pay(String orderId, String type, String receiptData, String transactionId) {
try { try {
log.info("苹果支付成功通知参数 [orderId:{},type:{},receiptData:{}]", orderId, type, receiptData); log.info("苹果支付成功通知参数 [orderId:{},type:{},receiptData:{},transactionId:{}]", orderId, type, receiptData, transactionId);
GoblinNftOrderVo nftOrder = nftOrderUtils.getNftOrder(orderId); GoblinNftOrderVo nftOrder = nftOrderUtils.getNftOrder(orderId);
if (null == nftOrder) { if (null == nftOrder) {
log.info("未找到该订单 [orderId:{}]", orderId); log.info("未找到该订单 [orderId:{}]", orderId);
......
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