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

Commit 298afc3b authored by 姜秀龙's avatar 姜秀龙

离线支付-迈之 log

parent b23f4c47
......@@ -116,6 +116,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
orderInfoParam.setOrderList(orderList);
OrderInfoResponse order = this.getOrder(orderInfoParam, orderId);
return addOrder;
} else {
log.info("createOrder 迈之结果400 msg:{}", addOrder.getMsg());
}
}
return null;
......@@ -151,6 +153,8 @@ public class GoblinRechargeWristbandServiceImpl extends ServiceImpl<GoblinRechar
SqlMapping.gets(sqls, sqlDataOrder)
);
} else {
log.info("getOrder 结果400 msg:{}", order);
}
}
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