文档
测试

查询公告

POST
/notice/find

接口描述

公告

请求参数

参数名
类型
描述
必填
TimeOut
time
公告过期时间
可选
Title
string
标题
可选
Content
string
内容
可选
Type
string
公告分类 (平台 工会)
可选
SenderID
number
发送者ID
可选
Skip
number
跳过的页数 跳过skip*limit条数据
必填
Limit
number
返回数据的条数 一页数据的条数
必填

响应参数

参数名
类型
描述
必填
succeed
bool
请求是否成功
必填
resultData
array
表中查询到的数据
必填
count
number
数据总条数
必填