首页登录问题

This commit is contained in:
wangw 2025-01-07 15:30:11 +08:00
parent f45f5e5615
commit 51214845f9
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public class AppCourseController extends AbstractController {
@Autowired
private RedisUtils redisUtils;
@Login
// @Login
@GetMapping("/selectCourse")
@ApiOperation("查询短剧信息")
public Result selectCourse(@ApiParam("") Integer page, @ApiParam("") Integer limit, @ApiParam("分类id") Long classifyId,

View File

@ -53,7 +53,7 @@ public class AppMessageController {
@RequestMapping(value = "/selectMessage", method = RequestMethod.GET)
@ApiOperation("查询用户消息")
@ResponseBody
@Login
// @Login
public Result selectMessage(int page, int limit,Integer state){
Map<String,Object> map=new HashMap<>();
map.put("page",page);