客户端消息发送
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user