dashboard
repositories
filestore
activity
search
login
admin
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
manage模块: 登陆功能完善,增加了过滤前端不需要参数的功能。 注销功能完成
kaiyu
2021-03-12
4a062bbdbdd5e1870bdecddc90a0a3af8192b95f
[~admin/moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
constant
/
TopicConstants.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.api.constant;
public class TopicConstants {
/**
* Test 主题
*/
public static final String TEST_TOPIC_MESSAGE = "test_topic";
}