Commit 6cd1a466 by dingkai

Merge branch 'feature/1.9.21-支付sdk-dingkai' into develop

parents d73daaab 86bd4277
......@@ -107,6 +107,7 @@ import com.freemud.sdk.api.assortment.payment.request.UnifiedOrderRequest;
import com.freemud.sdk.api.assortment.payment.response.OrderRefundResponse;
import com.freemud.sdk.api.assortment.payment.response.UnifiedOrderResponse;
import com.freemud.sdk.api.assortment.payment.service.StandardPaymentService;
import com.google.common.base.Throwables;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.gson.Gson;
......
......@@ -22,6 +22,7 @@ import cn.freemud.service.thirdparty.CouponOnlineClient;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.freemud.application.sdk.api.log.LogThreadLocal;
import com.google.common.base.Throwables;
import org.apache.commons.lang.StringUtils;
import org.aspectj.lang.ProceedingJoinPoint;
import org.slf4j.Logger;
......@@ -100,7 +101,7 @@ public class LogUtil {
message,
requestParams,
responseParams,
DateUtil.convert2String(new Date(), "yyyy-MM-dd HH:mm:ss"), e);
DateUtil.convert2String(new Date(), "yyyy-MM-dd HH:mm:ss"), JSONObject.toJSONString(Throwables.getStackTraceAsString(e)));
}
private static volatile String appName = 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