首页登录问题
This commit is contained in:
@@ -29,7 +29,7 @@ public class AppCourseController extends AbstractController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private RedisUtils redisUtils;
|
private RedisUtils redisUtils;
|
||||||
|
|
||||||
@Login
|
// @Login
|
||||||
@GetMapping("/selectCourse")
|
@GetMapping("/selectCourse")
|
||||||
@ApiOperation("查询短剧信息")
|
@ApiOperation("查询短剧信息")
|
||||||
public Result selectCourse(@ApiParam("页") Integer page, @ApiParam("条") Integer limit, @ApiParam("分类id") Long classifyId,
|
public Result selectCourse(@ApiParam("页") Integer page, @ApiParam("条") Integer limit, @ApiParam("分类id") Long classifyId,
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ public class AppMessageController {
|
|||||||
@RequestMapping(value = "/selectMessage", method = RequestMethod.GET)
|
@RequestMapping(value = "/selectMessage", method = RequestMethod.GET)
|
||||||
@ApiOperation("查询用户消息")
|
@ApiOperation("查询用户消息")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
@Login
|
// @Login
|
||||||
public Result selectMessage(int page, int limit,Integer state){
|
public Result selectMessage(int page, int limit,Integer state){
|
||||||
Map<String,Object> map=new HashMap<>();
|
Map<String,Object> map=new HashMap<>();
|
||||||
map.put("page",page);
|
map.put("page",page);
|
||||||
|
|||||||
Reference in New Issue
Block a user