@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
* @since 2024-11-14
*/
@RestController
-@RequestMapping("/manage/jyPlatform")
+@RequestMapping("/service/manage/jyPlatform")
public class JyPlatformController {
@Autowired
@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
* @since 2024-11-15
-@RequestMapping("/manage/jyUserPlatform")
+@RequestMapping("/service/manage/jyUserPlatform")
public class JyUserPlatformController {