Skip to content

Commit

Permalink
fix the message
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Oct 20, 2019
1 parent 550e4f3 commit 9f587a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public Map<String, Object> createToken(int userId, String expireTime, String tok
if (insert > 0) {
putMsg(result, Status.SUCCESS);
} else {
putMsg(result, Status.CREATE_ALERT_GROUP_ERROR);
putMsg(result, Status.CREATE_ACCESS_TOKEN_ERROR);
}

return result;
Expand Down

0 comments on commit 9f587a5

Please sign in to comment.