refactor: 记录接口调用日志

This commit is contained in:
CaptainB 2021-11-12 13:55:45 +08:00 committed by 刘瑞斌
parent 82b1e60e86
commit 05202a53df
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ public class WebLogAspect {
public void doAfter(Object ret) {
Handler h = handler.get();
StringBuilder sb = new StringBuilder();
sb.append("HOST: ")
.append(h.getHost()).append(" ")
StringBuilder sb = new StringBuilder()
.append(h.getMethod()).append(" ")
.append("URL: ")
.append(h.getUrl()).append(" ")