拨打电话新增日志
This commit is contained in:
@@ -61,6 +61,7 @@ public class CallServiceImpl implements CallService {
|
||||
private LogService logService;
|
||||
@Override
|
||||
public String callUp(CallUpReq request) throws ApiException {
|
||||
log.info("callUp request:{}",JSON.toJSONString(request));
|
||||
String tenantId = WebSocketServer.getTenantIdByMobile(request.getOutgoingMobile());
|
||||
//校验拨出手机号APP是否在线
|
||||
boolean isOnline = WebSocketServer.isOnline(tenantId);
|
||||
|
||||
Reference in New Issue
Block a user