rain
2024-06-19 cbbb9003b44d7c9d7adc80188343f0065732b0ce
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);
}