|
@@ -88,6 +88,9 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
@Value("${main.url}")
|
|
|
private String mainUrl;
|
|
|
|
|
|
+ @Value("${4dkk.fdService.basePath}")
|
|
|
+ private String fdServiceUrl;
|
|
|
+
|
|
|
@Value("${scene.pro.new.url}")
|
|
|
private String sceneProNewUrl;
|
|
|
|
|
@@ -840,7 +843,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
cameraParams.put("cameraType", camType);
|
|
|
cameraParams.put("snCode", mac);
|
|
|
cameraParams.put("userId", Long.valueOf(account));
|
|
|
- ResultData resultData = httpClient.postJson(mainUrl + "/ucenter/_inner/cameraInStore", sign, cameraParams);
|
|
|
+ ResultData resultData = httpClient.postJson(fdServiceUrl + "/ucenter/_inner/cameraInStore", sign, cameraParams);
|
|
|
|
|
|
// 判断是否是V3的场景
|
|
|
ScenePro scenePro = sceneProService.getOne(
|