zrj
2024-08-16 6723ddbb3326f1d566417aff95ae3a92807a41d7
src/main/java/com/dji/sample/component/websocket/service/ISendMessageService.java
@@ -25,4 +25,8 @@
     * @param message   message
     */
    void sendBatch(Collection<ConcurrentWebSocketSession> sessions, CustomWebSocketMessage message);
    void sendBatch(String workspaceId, Integer userType, String bizCode, Object data);
    void sendBatch(String workspaceId, String bizCode, Object data);
}