Commit cfcb799d authored by yanzg's avatar yanzg

接口文档的支持

parent 7d6cfd8b
......@@ -36,7 +36,7 @@ public class WebAspect extends BaseRequestAspect {
@Autowired
private TokenServiceCall tokenServiceCall;
@Value("${yzg.reqUrl:order,check,use}")
@Value("${yzg.reqUrl:}")
private String reqUrl;
@Value("${yzg.gateway:^.*gateway.*$}")
......@@ -50,7 +50,6 @@ public class WebAspect extends BaseRequestAspect {
}
/**
* 执行环形切面
*
......@@ -85,7 +84,7 @@ public class WebAspect extends BaseRequestAspect {
throw e;
}
} finally {
if(isInit){
if (isInit) {
if (!isGateWay) {
tokenFinish(flag);
}
......
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