1
This commit is contained in:
parent
7d95f69474
commit
8b18e93ef0
@ -35,12 +35,9 @@ public class NoticeConfigController extends DefaultBaseController {
|
||||
|
||||
|
||||
@ApiOperation(value = "菜单显示的栏目配置列表", notes = "菜单显示的栏目配置列表接口")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "token", value = "token", paramType = "header")
|
||||
})
|
||||
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
|
||||
@GetMapping("listswitchview")
|
||||
public List<NoticeConfigDTO> listSwitchView(@RequestHeader("token") String token) {
|
||||
public List<NoticeConfigDTO> listSwitchView() {
|
||||
Map<String, Object> params = requestParams();
|
||||
return noticeConfigService.listSwitchView(params);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user