|
@@ -37,7 +37,7 @@ public interface LaserClient {
|
|
|
@Post("/laser/4dage/scene/cooperation/cameraSave")
|
|
|
Result cooperationCameraSave(@JSONBody List<Map<String, String> >param);
|
|
|
|
|
|
- @Get("/laser/init/${0}")
|
|
|
+ @Get("laser/4dage/${0}")
|
|
|
Result getSceneByNum(String num);
|
|
|
|
|
|
/**
|