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

Commit c526e494 authored by anjiabin's avatar anjiabin

优化支付代码

parent ccab8875
...@@ -60,8 +60,8 @@ public class AlipayBiz{ ...@@ -60,8 +60,8 @@ public class AlipayBiz{
request.setBizContent(JsonUtils.toJson(paramMap)); request.setBizContent(JsonUtils.toJson(paramMap));
try { try {
long startTime = System.currentTimeMillis(); long startTime = System.currentTimeMillis();
// AlipayTradeWapPayResponse response = alipayClient.sdkExecute(request); AlipayTradeWapPayResponse response = alipayClient.sdkExecute(request);
AlipayTradeWapPayResponse response = new AlipayTradeWapPayResponse(); // AlipayTradeWapPayResponse response = new AlipayTradeWapPayResponse();
log.info("alipay-alipayClient.sdkExecut->耗时:{}",(System.currentTimeMillis() - startTime)+"毫秒"); log.info("alipay-alipayClient.sdkExecut->耗时:{}",(System.currentTimeMillis() - startTime)+"毫秒");
......
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