。。。

This commit is contained in:
wangliwen 2022-06-21 15:20:57 +08:00
parent a7de7fa61a
commit 0f554f188d
2 changed files with 5 additions and 1 deletions

View File

@ -16,4 +16,6 @@ import org.springframework.stereotype.Component;
public class Tsingtao_xhaProperties { public class Tsingtao_xhaProperties {
private String cloudhls; private String cloudhls;
private String localhls; private String localhls;
private String cloudcam;
private String localcam;
} }

View File

@ -1,2 +1,4 @@
tsingtao-xha.cloudhls=http://10.10.30.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls tsingtao-xha.cloudhls=http://10.10.30.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls
tsingtao-xha.localhls=http://10.134.135.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls tsingtao-xha.localhls=http://10.134.135.9:8001/hx-weatherwarning/camera/getCameraLiveStreamByCode?cameraCode=%s&protocol=hls
tsingtao-xha.cloudcam=http://10.10.30.9:8001/hx-weather-warning/camera/getCameraListByName?name=&pageNo=1&pageSize=10
tsingtao-xha.localcam=http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=&pageNo=1&pageSize=10