Commit 85eeee3d by 周晓航

Merge branch 'feature/zxh/【【华莱士】储值对账功能优化】-20220913' into qa

parents 803f985b 842951d0
package cn.freemud.interceptor; package cn.freemud.interceptor;
import cn.freemud.utils.AppLogUtil; import cn.freemud.utils.AppLogUtil;
import com.alibaba.fastjson.JSON;
import feign.RequestInterceptor; import feign.RequestInterceptor;
import feign.RequestTemplate; import feign.RequestTemplate;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
...@@ -52,7 +51,7 @@ public class FeignInterceptor implements RequestInterceptor { ...@@ -52,7 +51,7 @@ public class FeignInterceptor implements RequestInterceptor {
map.put(key, value); map.put(key, value);
} }
} }
AppLogUtil.printLog("clientIp for feign client info:" + JSON.toJSONString(map), "", ""); // AppLogUtil.printLog("clientIp for feign client info:" + JSON.toJSONString(map), "", "");
return map; return map;
} }
......
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