拨打电话新增日志

This commit is contained in:
俞扬
2023-09-21 10:15:02 +08:00
parent f384cb651e
commit e0cba31388

View File

@@ -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);