fix:gamma分析师推送消息类型 常量

This commit is contained in:
xiaoguangbin 2023-10-12 14:27:43 +08:00
parent f838ba0a08
commit b685cf53de

View File

@ -63,4 +63,9 @@ public class WebsocketConst {
*/
public static final String NEWS_PUBLISH = "publish";
/**
* 消息类型 交互分析进度
*/
public static final String CMD_ANALYSIS_PROCESS = "analysis-process";
}