文档
测试

获取通知公告列表

GET
https://localhost:44346/api/Notify/GetNotifyList

接口描述

每次获取20条公告列表

请求参数

参数名
类型
描述
必填
before
DateTime
日期,传入日期格式获取这个日期之前的20条数据
可选

响应参数

参数名
类型
描述
必填
notifyList
array
数据列表
必填
id
int
表id,示例:1
必填
title
string
标题,示例:测试标题
必填
isTop
boolean
是不置顶,示例:false
必填
createDate
DateTime
创建日期,示例:2021-05-13T00:00:00
必填
author
string
发布人
必填