Commit efb5848b by wang_jiaxing

校验注解

parent 1e390b43
......@@ -31,8 +31,8 @@ public class AuthorizationInterceptor implements HandlerInterceptor {
@Autowired
private AuthorizationMapper authorizationMapper;
public static String appId = "founder.appId";
public static String appSecret = "founder.appSecret";
public static final String appId = "founder.appId";
public static final String appSecret = "founder.appSecret";
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
......
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