voip 新增功能
voip新增界面优化
This commit is contained in:
@@ -73,7 +73,7 @@ public class AvCfgService extends BaseService{
|
||||
//调用服务接口获取compileId
|
||||
String result = "";
|
||||
try {
|
||||
result = ConfigServiceUtil.getId(1,1);
|
||||
result ="1";// ConfigServiceUtil.getId(1,1);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.info("获取编译ID出错");
|
||||
@@ -101,7 +101,7 @@ public class AvCfgService extends BaseService{
|
||||
//调用服务接口获取compileId
|
||||
String result = "";
|
||||
try {
|
||||
result = ConfigServiceUtil.getId(1,1);
|
||||
result ="1";// ConfigServiceUtil.getId(1,1);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
logger.info("获取编译ID出错");
|
||||
|
||||
Reference in New Issue
Block a user