|
@@ -84,6 +84,9 @@ public class CameraHKVSSync {
|
|
case 28:
|
|
case 28:
|
|
region = PW_REGION;
|
|
region = PW_REGION;
|
|
break;
|
|
break;
|
|
|
|
+ case 39:
|
|
|
|
+ region = YQ_REGION;
|
|
|
|
+ break;
|
|
default:
|
|
default:
|
|
return new Result(10001,"该牧场无服务",false);
|
|
return new Result(10001,"该牧场无服务",false);
|
|
}
|
|
}
|
|
@@ -550,6 +553,8 @@ public class CameraHKVSSync {
|
|
|
|
|
|
private static final String HL_REGION = "b540a5d0-ff1c-4275-bdab-af24d50eb1a7";
|
|
private static final String HL_REGION = "b540a5d0-ff1c-4275-bdab-af24d50eb1a7";
|
|
|
|
|
|
|
|
+ private static final String YQ_REGION = "6b0c78e2-763f-40c3-94d0-0d247649ad68";
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 调用POST请求类型接口,这里以分页获取区域列表为例
|
|
* 调用POST请求类型接口,这里以分页获取区域列表为例
|
|
* 接口实际url:https://ip:port/artemis/api/api/resource/v1/regions
|
|
* 接口实际url:https://ip:port/artemis/api/api/resource/v1/regions
|