mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
v4.0.1
This commit is contained in:
@@ -17,7 +17,7 @@ public class MyRouteInterceptor implements RouteInterceptor {
|
||||
@Override
|
||||
public void preRoute(RouteInterceptorContext context) {
|
||||
ApiParam apiParam = context.getApiParam();
|
||||
System.out.println("请求接口:" + apiParam.fetchNameVersion());
|
||||
System.out.println(String.format("请求接口:%s, ip:%s", apiParam.fetchNameVersion(), apiParam.fetchIp()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user