Merge remote-tracking branch 'origin/master'

This commit is contained in:
yitonglei 2022-06-21 15:38:29 +08:00
commit 47ad0aa074
2 changed files with 5 additions and 1 deletions

View File

@ -16,4 +16,6 @@ import org.springframework.stereotype.Component;
public class Tsingtao_xhaProperties {
private String cloudhls;
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.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