加密工具类
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user