dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
更改获取五分钟数据结构BUG
kaiyu
2020-12-02
dcf1385a88fdf517e2cc60b50ea2e0a30e5652ca
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
security
/
model
/
token
/
JwtToken.java
1
2
3
4
5
package com.moral.security.model.token;
public interface JwtToken {
String getToken();
}