Deprecated

This commit is contained in:
2025-05-30 09:37:03 +08:00
parent bfd37fc764
commit 115edc19fa
10 changed files with 15 additions and 144 deletions

View File

@@ -29,6 +29,7 @@ import java.util.List;
* @Date:2024/12/5 10:22
*/
@Slf4j
@Deprecated
@RestController
@RequestMapping("/api/mobile/scenic/v1")
@Api(tags = "景区相关接口")

View File

@@ -9,6 +9,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Deprecated
@RestController
@RequestMapping("/api/mobile/video/v1")
public class AppVideoController {