notify card accOn when acc on

This commit is contained in:
wangcongtao
2020-01-02 18:36:37 +08:00
parent d3d39a729b
commit 91c9e65e30
134 changed files with 281 additions and 6019 deletions

View File

@@ -45,4 +45,9 @@ public class MogoServicePaths {
* netty 长链
*/
public static final String PATH_SOCKET_MANAGER = "/socket/manager";
/**
* 状态管理接口
*/
public static final String PATH_STATUS_MANAGER = "/statusmanager/api";
}