Commit dab76508 authored by Java-刘 彧阳's avatar Java-刘 彧阳

往外吐手机号的日志记录

parent d313ff8a
......@@ -38,7 +38,7 @@ public class LogCallHttpAspect {
@Around("logHttpCaller()")
public Object record(ProceedingJoinPoint pjp) throws Throwable {
Object result = pjp.proceed();
//todo 异步记录调用日志
// 异步记录调用日志
try {
ServletRequestAttributes attrs = (ServletRequestAttributes) RequestContextHolder
.getRequestAttributes();
......
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