123
This commit is contained in:
@@ -79,7 +79,7 @@ public class IndexController {
|
||||
}
|
||||
|
||||
@GetMapping("/anchor/test/page")
|
||||
@Operation(summary = "主播测试接口")
|
||||
@Operation(summary = "主播测试接口",hidden = true)
|
||||
@Log(title = "主播测试接口", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<List<AnchorListVo>> anchorTestPage(PageQuery page, AnchorListQuery query){
|
||||
Page<AnchorListVo> res = anchorService.pageApp(page,query);
|
||||
|
||||
Reference in New Issue
Block a user