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

Commit 999b1da7 authored by anjiabin's avatar anjiabin

优化支付代码

parent 8603caac
......@@ -94,7 +94,7 @@ public class AlipayBiz{
paramMap.put("timeout_express", timeExpress);
AlipayTradeWapPayRequest request = ObjectUtil.cloneAlipayTradeWapPayRequest();
AlipayTradeWapPayRequest request = new AlipayTradeWapPayRequest();
request.setNotifyUrl(alipayTradePayReq.getNotifyUrl());
// request.setTimestamp(DateUtil.now());
log.info("bizContent :{}", JsonUtils.toJson(paramMap));
......
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