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

Commit 274c4e9d authored by anjiabin's avatar anjiabin

修改dragon配置

parent 4a05e9ce
......@@ -64,7 +64,7 @@ public class AlipayBiz{
// JSONObject responseJSON = JSONObject.parseObject(JSONObject.toJSONString(response));
Map<String,Object> responseJSON = JsonUtils.OM().convertValue(response,Map.class);
log.info("AlipayUtil-->tradeWapPay-->支付宝返回结果:{}", response.toString());
log.info("AlipayUtil-->tradeWapPay-->支付宝返回结果:{}", JsonUtils.toJson(response));
return responseJSON;
} catch (AlipayApiException e) {
log.error("支付宝支付异常:{}", 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