Commit cd8c3e22 authored by wzp's avatar wzp

修改bug

parent 6afeacdd
......@@ -110,7 +110,7 @@ public class ChinaMobileRestApiController extends BaseController {
@Resource
private TAppRunPicService appRunPicService;
private static final String SHIRO_JWT_TOKEN = "shiro:jwt:Token:";
private static final String SHIRO_JWT_TOKEN = "shiro:jwt:token:";
//用户登录次数计数 redisKey 前缀
private static final String SHIRO_LOGIN_COUNT = "shiro_login_count_";
//用户登录是否被锁定 一小时 redisKey 前缀
......
......@@ -50,7 +50,7 @@ public class TBoxOperationController extends BaseController {
@Resource
private StringRedisTemplate stringRedisTemplate;
private static final String SHIRO_JWT_TOKEN = "shiro:jwt:Token:";
private static final String SHIRO_JWT_TOKEN = "shiro:jwt:token:";
@ApiImplicitParams(value = {
@ApiImplicitParam(name = "_index", value = "分页起始偏移量", paramType = "query", dataType = "Integer"),
......
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