Skip to content

Commit

Permalink
解决报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrujun committed May 31, 2019
1 parent 970e2ce commit d78a542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/pjb/springbootjjwt/api/UserApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public Object login( User user){
}
}
}

@UserLoginToken
@GetMapping("/getMessage")
public String getMessage(){
Expand Down

0 comments on commit d78a542

Please sign in to comment.