Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
chnmuseum-party
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liqin
chnmuseum-party
Commits
d66b1c87
Commit
d66b1c87
authored
Apr 13, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/lee/chnmuseum-party
into master
parents
8c80d5be
9f72b5f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChinaMobileRestApiController.java
...um/party/web/controller/ChinaMobileRestApiController.java
+1
-1
TBoxOperationController.java
...nmuseum/party/web/controller/TBoxOperationController.java
+1
-1
No files found.
src/main/java/cn/wisenergy/chnmuseum/party/web/controller/ChinaMobileRestApiController.java
View file @
d66b1c87
...
@@ -110,7 +110,7 @@ public class ChinaMobileRestApiController extends BaseController {
...
@@ -110,7 +110,7 @@ public class ChinaMobileRestApiController extends BaseController {
@Resource
@Resource
private
TAppRunPicService
appRunPicService
;
private
TAppRunPicService
appRunPicService
;
private
static
final
String
SHIRO_JWT_TOKEN
=
"shiro:jwt:
T
oken:"
;
private
static
final
String
SHIRO_JWT_TOKEN
=
"shiro:jwt:
t
oken:"
;
//用户登录次数计数 redisKey 前缀
//用户登录次数计数 redisKey 前缀
private
static
final
String
SHIRO_LOGIN_COUNT
=
"shiro_login_count_"
;
private
static
final
String
SHIRO_LOGIN_COUNT
=
"shiro_login_count_"
;
//用户登录是否被锁定 一小时 redisKey 前缀
//用户登录是否被锁定 一小时 redisKey 前缀
...
...
src/main/java/cn/wisenergy/chnmuseum/party/web/controller/TBoxOperationController.java
View file @
d66b1c87
...
@@ -50,7 +50,7 @@ public class TBoxOperationController extends BaseController {
...
@@ -50,7 +50,7 @@ public class TBoxOperationController extends BaseController {
@Resource
@Resource
private
StringRedisTemplate
stringRedisTemplate
;
private
StringRedisTemplate
stringRedisTemplate
;
private
static
final
String
SHIRO_JWT_TOKEN
=
"shiro:jwt:
T
oken:"
;
private
static
final
String
SHIRO_JWT_TOKEN
=
"shiro:jwt:
t
oken:"
;
@ApiImplicitParams
(
value
=
{
@ApiImplicitParams
(
value
=
{
@ApiImplicitParam
(
name
=
"_index"
,
value
=
"分页起始偏移量"
,
paramType
=
"query"
,
dataType
=
"Integer"
),
@ApiImplicitParam
(
name
=
"_index"
,
value
=
"分页起始偏移量"
,
paramType
=
"query"
,
dataType
=
"Integer"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment