客户端消息发送

This commit is contained in:
2023-09-25 19:15:47 +08:00
parent daa9c98598
commit 161631f6a0
22 changed files with 153 additions and 359 deletions

View File

@@ -17,7 +17,7 @@ import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* @author: Chackylee
* @author: rowger
* @description:
**/
@Service
@@ -33,7 +33,7 @@ public class LoginServiceImpl implements LoginService {
* @param [req]
* @return com.lld.app.common.ResponseVO
* @description 登录服务需返回im userSign和app的userSign
* @author chackylee
* @author rowger
*/
@Override
public ResponseVO login(LoginReq req) {
@@ -67,7 +67,7 @@ public class LoginServiceImpl implements LoginService {
/**
* @description 注册我们的服务并向im导入用户
* @author chackylee
* @author rowger
* @param [req]
*/
@Override