dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加新的websocket,取消中文转化参数功能。
kaiyu
2020-12-15
e6a8f8388901749b66a36c0b5e5f2984efcea7e6
[~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();
}