app端请求消息查询接口,获取消息列表接口修改
This commit is contained in:
parent
f4231a3c15
commit
c7a66d167c
|
@ -31,7 +31,7 @@ public class MessageController {
|
|||
* @功能:获取我的消息
|
||||
* @return
|
||||
*/
|
||||
@GetMapping(value = "/sys/sysAnnouncementSend/getMyAnnouncementSendApp")
|
||||
@GetMapping(value = "/sys/sysAnnouncementSend/getMyAnnouncementSend")
|
||||
public Result<IPage<AnnouncementSendModel>> getMyAnnouncementSend(@RequestParam AnnouncementSendModel announcementSendModel,
|
||||
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user