|
@ -53,6 +53,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 获取国标服务的配置 |
|
|
* 获取国标服务的配置 |
|
|
|
|
|
* |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
@ApiOperation("获取国标服务的配置") |
|
|
@ApiOperation("获取国标服务的配置") |
|
@ -65,8 +66,10 @@ public class PlatformController { |
|
|
result.put("password", sipConfig.getPassword()); |
|
|
result.put("password", sipConfig.getPassword()); |
|
|
return new ResponseEntity<>(result, HttpStatus.OK); |
|
|
return new ResponseEntity<>(result, HttpStatus.OK); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 获取级联服务器信息 |
|
|
* 获取级联服务器信息 |
|
|
|
|
|
* |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
@ApiOperation("获取国标服务的配置") |
|
|
@ApiOperation("获取国标服务的配置") |
|
@ -87,6 +90,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 分页查询级联平台 |
|
|
* 分页查询级联平台 |
|
|
|
|
|
* |
|
|
* @param page 当前页 |
|
|
* @param page 当前页 |
|
|
* @param count 每页条数 |
|
|
* @param count 每页条数 |
|
|
* @return |
|
|
* @return |
|
@ -107,6 +111,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 添加上级平台信息 |
|
|
* 添加上级平台信息 |
|
|
|
|
|
* |
|
|
* @param parentPlatform |
|
|
* @param parentPlatform |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -154,7 +159,7 @@ public class PlatformController { |
|
|
if (updateResult) { |
|
|
if (updateResult) { |
|
|
// 保存时启用就发送注册
|
|
|
// 保存时启用就发送注册
|
|
|
if (parentPlatform.isEnable()) { |
|
|
if (parentPlatform.isEnable()) { |
|
|
if (parentPlatformOld.isStatus()) { |
|
|
if (parentPlatformOld != null && parentPlatformOld.isStatus()) { |
|
|
commanderForPlatform.unregister(parentPlatformOld, null, eventResult -> { |
|
|
commanderForPlatform.unregister(parentPlatformOld, null, eventResult -> { |
|
|
// 只要保存就发送注册
|
|
|
// 只要保存就发送注册
|
|
|
commanderForPlatform.register(parentPlatform, null, null); |
|
|
commanderForPlatform.register(parentPlatform, null, null); |
|
@ -179,6 +184,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 保存上级平台信息 |
|
|
* 保存上级平台信息 |
|
|
|
|
|
* |
|
|
* @param parentPlatform |
|
|
* @param parentPlatform |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -244,6 +250,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 删除上级平台 |
|
|
* 删除上级平台 |
|
|
|
|
|
* |
|
|
* @param serverGBId 上级平台国标ID |
|
|
* @param serverGBId 上级平台国标ID |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -291,6 +298,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 查询上级平台是否存在 |
|
|
* 查询上级平台是否存在 |
|
|
|
|
|
* |
|
|
* @param serverGBId 上级平台国标ID |
|
|
* @param serverGBId 上级平台国标ID |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -311,6 +319,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 分页查询级联平台的所有所有通道 |
|
|
* 分页查询级联平台的所有所有通道 |
|
|
|
|
|
* |
|
|
* @param page 当前页 |
|
|
* @param page 当前页 |
|
|
* @param count 每页条数 |
|
|
* @param count 每页条数 |
|
|
* @param platformId 上级平台ID |
|
|
* @param platformId 上级平台ID |
|
@ -358,6 +367,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 向上级平台添加国标通道 |
|
|
* 向上级平台添加国标通道 |
|
|
|
|
|
* |
|
|
* @param param 通道关联参数 |
|
|
* @param param 通道关联参数 |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -379,6 +389,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 从上级平台移除国标通道 |
|
|
* 从上级平台移除国标通道 |
|
|
|
|
|
* |
|
|
* @param param 通道关联参数 |
|
|
* @param param 通道关联参数 |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -400,6 +411,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 获取目录 |
|
|
* 获取目录 |
|
|
|
|
|
* |
|
|
* @param platformId 平台ID |
|
|
* @param platformId 平台ID |
|
|
* @param parentId 目录父ID |
|
|
* @param parentId 目录父ID |
|
|
* @return |
|
|
* @return |
|
@ -432,6 +444,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 添加目录 |
|
|
* 添加目录 |
|
|
|
|
|
* |
|
|
* @param platformCatalog 目录 |
|
|
* @param platformCatalog 目录 |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -469,6 +482,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 编辑目录 |
|
|
* 编辑目录 |
|
|
|
|
|
* |
|
|
* @param platformCatalog 目录 |
|
|
* @param platformCatalog 目录 |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -503,6 +517,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 删除目录 |
|
|
* 删除目录 |
|
|
|
|
|
* |
|
|
* @param id 目录Id |
|
|
* @param id 目录Id |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -548,6 +563,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 删除关联 |
|
|
* 删除关联 |
|
|
|
|
|
* |
|
|
* @param platformCatalog 关联的信息 |
|
|
* @param platformCatalog 关联的信息 |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
@ -578,6 +594,7 @@ public class PlatformController { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 修改默认目录 |
|
|
* 修改默认目录 |
|
|
|
|
|
* |
|
|
* @param platformId 平台Id |
|
|
* @param platformId 平台Id |
|
|
* @param catalogId 目录Id |
|
|
* @param catalogId 目录Id |
|
|
* @return |
|
|
* @return |
|
|