首页登录问题
This commit is contained in:
parent
f45f5e5615
commit
51214845f9
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue