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

Commit 4a05e9ce authored by anjiabin's avatar anjiabin

修改dragon配置

parent 2023b020
......@@ -62,7 +62,8 @@ public class AlipayBiz{
AlipayTradeWapPayResponse response = alipayClient.sdkExecute(request);
log.info("alipay-alipayClient.sdkExecut->耗时:{}",(System.currentTimeMillis() - startTime)+"毫秒");
JSONObject responseJSON = JSONObject.parseObject(JSONObject.toJSONString(response));
// JSONObject responseJSON = JSONObject.parseObject(JSONObject.toJSONString(response));
Map<String,Object> responseJSON = JsonUtils.OM().convertValue(response,Map.class);
log.info("AlipayUtil-->tradeWapPay-->支付宝返回结果:{}", response.toString());
return responseJSON;
} catch (AlipayApiException e) {
......
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