Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
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
licc
volunteer_service
Commits
349a8611
Commit
349a8611
authored
Apr 10, 2021
by
cy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改vip方案查询实体注解
parent
efe50b38
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SchemeVipVo.java
...odel/src/main/java/cn/wisenergy/model/vo/SchemeVipVo.java
+1
-1
AuthenticationFilter.java
...n/wisenergy/service/shir/filter/AuthenticationFilter.java
+1
-1
No files found.
wisenergy-model/src/main/java/cn/wisenergy/model/vo/SchemeVipVo.java
View file @
349a8611
...
@@ -44,7 +44,7 @@ public class SchemeVipVo implements Serializable {
...
@@ -44,7 +44,7 @@ public class SchemeVipVo implements Serializable {
/**
/**
* 地区
* 地区
*/
*/
@ApiModelProperty
(
value
=
"地区"
,
name
=
"local"
)
@ApiModelProperty
(
value
=
"地区
,如('上海,山东,湖北')
"
,
name
=
"local"
)
private
String
local
;
private
String
local
;
/**
/**
...
...
wisenergy-service/src/main/java/cn/wisenergy/service/shir/filter/AuthenticationFilter.java
View file @
349a8611
...
@@ -27,7 +27,7 @@ public class AuthenticationFilter extends FormAuthenticationFilter {
...
@@ -27,7 +27,7 @@ public class AuthenticationFilter extends FormAuthenticationFilter {
httpResponse
.
setContentType
(
"application/json"
);
httpResponse
.
setContentType
(
"application/json"
);
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"status"
,
"1001"
);
map
.
put
(
"status"
,
"1001"
);
map
.
put
(
"message"
,
"
登录已超时,请重新
登录!"
);
map
.
put
(
"message"
,
"
未登录,马上去
登录!"
);
httpResponse
.
getWriter
().
write
(
JSONObject
.
toJSONString
(
map
));
httpResponse
.
getWriter
().
write
(
JSONObject
.
toJSONString
(
map
));
return
false
;
return
false
;
}
else
{
}
else
{
...
...
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