|
@@ -19,25 +19,25 @@ public class FranceServiceImpl implements IFranceService {
|
|
|
public static Set<String> demoAllowApis = new HashSet<>();
|
|
public static Set<String> demoAllowApis = new HashSet<>();
|
|
|
|
|
|
|
|
static {
|
|
static {
|
|
|
- demoAllowApis.add("/tag/list");
|
|
|
|
|
- demoAllowApis.add("/linkPan/list");
|
|
|
|
|
- demoAllowApis.add("/getInfo");
|
|
|
|
|
- demoAllowApis.add("/downloadPanorama");
|
|
|
|
|
- demoAllowApis.add("/downloadBallScreenVideo");
|
|
|
|
|
- demoAllowApis.add("/getAuth");
|
|
|
|
|
- demoAllowApis.add("/tour/video/download");
|
|
|
|
|
- demoAllowApis.add("/mosaics/list");
|
|
|
|
|
- demoAllowApis.add("/filter/list");
|
|
|
|
|
- demoAllowApis.add("/surveillance/list");
|
|
|
|
|
- demoAllowApis.add("/billboards/list");
|
|
|
|
|
- demoAllowApis.add("/cutModel/list");
|
|
|
|
|
- demoAllowApis.add("/point/getLatAndLon");
|
|
|
|
|
- demoAllowApis.add("/box4/getInfos");
|
|
|
|
|
- demoAllowApis.add("/dynamicPanel/list");
|
|
|
|
|
- demoAllowApis.add("/sceneDraw/list");
|
|
|
|
|
- demoAllowApis.add("/downloadPanorama");
|
|
|
|
|
- demoAllowApis.add("/downloadModel");
|
|
|
|
|
- demoAllowApis.add("/getAsynOperLog");
|
|
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/tag/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/linkPan/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/getInfo");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/downloadPanorama");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/downloadBallScreenVideo");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/getAuth");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/tour/video/download");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/mosaics/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/filter/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/surveillance/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/billboards/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/cutModel/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/point/getLatAndLon");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/box4/getInfos");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/dynamicPanel/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/sceneDraw/list");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/downloadPanorama");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/downloadModel");
|
|
|
|
|
+ demoAllowApis.add("/service/scene/edit/getAsynOperLog");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|