This commit is contained in:
张良(004796)
2024-01-30 21:12:02 +08:00
parent d4c0f477bd
commit e030163075

View File

@@ -79,7 +79,7 @@ public class IndexController {
} }
@GetMapping("/anchor/test/page") @GetMapping("/anchor/test/page")
@Operation(summary = "主播测试接口") @Operation(summary = "主播测试接口",hidden = true)
@Log(title = "主播测试接口", businessType = BusinessType.OTHER, isSaveDb = false) @Log(title = "主播测试接口", businessType = BusinessType.OTHER, isSaveDb = false)
public R<List<AnchorListVo>> anchorTestPage(PageQuery page, AnchorListQuery query){ public R<List<AnchorListVo>> anchorTestPage(PageQuery page, AnchorListQuery query){
Page<AnchorListVo> res = anchorService.pageApp(page,query); Page<AnchorListVo> res = anchorService.pageApp(page,query);