Commit cfcb799d authored by yanzg's avatar yanzg

接口文档的支持

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