加密工具类

This commit is contained in:
张良(004796)
2023-12-27 22:51:11 +08:00
parent 4b61e679f3
commit 71c3b5b9c8
35 changed files with 151 additions and 93 deletions

View File

@@ -0,0 +1,10 @@
package com.ruoyi.cai.ws.manager;
import org.springframework.stereotype.Component;
@Component
public class WebSocketManager {
public String checkOnlineRoom(Long formUserId,Long toUserId){
return "name";
}
}