Commit a3ba9cdf by 陶光胜

加日志

parent 851cfb5f
......@@ -33,7 +33,6 @@ public class ApplicationController extends WebBaseController{
}
@RequestMapping("get-auth-url")
@IgnoreLogin
public HaobanResponse getAuthUrl(){
String suiteId = GlobalVar.ctxPropertiesMap.get("suiteId");
log.info("应用ID:{}", suiteId);
......
......@@ -68,7 +68,7 @@ public class WebInterceptor extends HandlerInterceptorAdapter {
if (loginUser == null) {
this.errorResult(httpServletResponse, HaoBanErrCode.ERR_4);
logger.info("用户不存在!");
return false;
return true;
}
HandlerMethod method = null;
if (o instanceof HandlerMethod) {
......
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