Commit 7869b8d8 authored by limei's avatar limei

消息提醒接口修改

parent 01dfe880
...@@ -122,7 +122,7 @@ public class RectifyMsgController extends BaseController { ...@@ -122,7 +122,7 @@ public class RectifyMsgController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false) @TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false)
@ApiOperation(httpMethod = "GET",value = "消息提醒", notes = "消息提醒") @ApiOperation(httpMethod = "GET",value = "消息提醒", notes = "消息提醒")
@GetMapping(value = "/msgNotice") @GetMapping(value = "/msgNotice")
public ResponseModel<List<MsgNoticeDto>> msgNotice(@RequestParam Boolean isRead) { public ResponseModel<List<MsgNoticeDto>> msgNotice(@RequestParam(value = "isRead") Boolean isRead) {
return ResponseHelper.buildResponse(rectifyMsgServiceImpl.msgNotice(isRead)); return ResponseHelper.buildResponse(rectifyMsgServiceImpl.msgNotice(isRead));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment