wwh vor 2 Jahren
Ursprung
Commit
02588c2051

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/controller/ClientController/ClientAllEventController.java

@@ -28,7 +28,7 @@ import java.util.Map;
 
 
 @RestController
-@RequestMapping("/client/event")
+@RequestMapping("/client/event/test")
 public class ClientAllEventController {
     @Autowired
     private ISysTelecomEventService sysTelecomEventService;

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/controller/ClientController/ClientAllVideoPlayBack.java

@@ -31,7 +31,7 @@ import java.util.List;
 import java.util.Map;
 
 @RestController
-@RequestMapping("/clientAllVideoPlayBack")
+@RequestMapping("/clientAllVideoPlayBackTest")
 public class ClientAllVideoPlayBack {
 
     @Autowired

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/controller/ClientAllEventControllerTest.java

@@ -29,7 +29,7 @@ import java.util.Map;
 
 
 @RestController
-@RequestMapping("/client/event/test")
+@RequestMapping("/client/event")
 public class ClientAllEventControllerTest {
     @Autowired
     private ISysTelecomEventService sysTelecomEventService;

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/controller/ClientAllVideoPlayBackGTest.java

@@ -24,7 +24,7 @@ import java.util.HashMap;
 import java.util.Map;
 
 @RestController
-@RequestMapping("/clientAllVideoPlayBackTest")
+@RequestMapping("/clientAllVideoPlayBack")
 public class ClientAllVideoPlayBackGTest {
 
     @Autowired

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/controller/ClientPersonManageControllerTest.java

@@ -29,7 +29,7 @@ import java.text.SimpleDateFormat;
 import java.util.*;
 
 @RestController
-@RequestMapping("personTest")
+@RequestMapping("/personTest")
 public class ClientPersonManageControllerTest {
     @Autowired
     private OauthConfigBaseInfo oauthConfigBaseInfo;