|
@@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
* @since 2021-12-23
|
|
|
*/
|
|
|
@RestController
|
|
|
-@RequestMapping("/api/scene")
|
|
|
+@RequestMapping("/service/scene")
|
|
|
public class SceneController {
|
|
|
|
|
|
@Autowired
|
|
@@ -729,10 +729,10 @@ public class SceneController {
|
|
|
// postData.put("num", num);
|
|
|
// String dataPath = "";
|
|
|
// if("dev".equals(environment)){
|
|
|
-// dataPath = HttpRequestorUtil.doPost("https://www.4dkankan.com/api/scene/querySceneDataSource", postData);
|
|
|
+// dataPath = HttpRequestorUtil.doPost("https://www.4dkankan.com/service/scene/querySceneDataSource", postData);
|
|
|
// log.info("正式环境资源路径:" + dataPath);
|
|
|
// }else {
|
|
|
-// dataPath = HttpRequestorUtil.doPost("https://test.4dkankan.com/api/scene/querySceneDataSource", postData);
|
|
|
+// dataPath = HttpRequestorUtil.doPost("https://test.4dkankan.com/service/scene/querySceneDataSource", postData);
|
|
|
// log.info("测试环境资源路径:" + dataPath);
|
|
|
// }
|
|
|
//
|