Commit 83451b87 authored by 董建华's avatar 董建华

增加打印日志

parent 838cebb9
...@@ -97,6 +97,7 @@ public class LoginInterceptorAspect { ...@@ -97,6 +97,7 @@ public class LoginInterceptorAspect {
*/ */
deviceId = DEFAULT_CODE; deviceId = DEFAULT_CODE;
} }
log.info("登录前风控策略开始deviceId:{},phone:{}", deviceId, phone);
Device device = Device.valueOfCode(deviceCode); Device device = Device.valueOfCode(deviceCode);
LoginRefuseResult result = verification(scDeviceId, phone, device); LoginRefuseResult result = verification(scDeviceId, phone, device);
......
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