文档
测试

查询公告列表

POST
http://localhost:8087/moaservice/api/v1/bulletin/list

请求参数

参数名
类型
描述
必填
param
String
{bulletin_querytext: "",start_time:"2019-01-01 00:00:00", end_time:"2019-10-24 00:00:00"}
必填
bulletin_querytext
关键字查询,可以匹配公告标题和内容
必填
start_time
公告发布查询开始时间,格式yyyy-MM-dd HH:mm:ss
必填
end_time
公告发布查询结束时间,格式yyyy-MM-dd HH:mm:ss
必填
authorization
String
认证token
必填

响应参数

参数名
类型
描述
必填
total
公告条数
必填
rows
公告明细
必填
s_id
公告id
必填
bulletin_title
公告标题
必填
bulletin_content
公告正文
必填
bulletin_type
公告类型
必填
bulletin_scope
公告发布范围
必填
bulletin_state
公告状态
必填
publish_man
发布人工号
必填
publish_man_name
发布人姓名
必填
publish_man_city
发布人地市角色名称
必填
publish_man_city_role
发布人地市角色ID
必填
publish_time
发布时间
必填
is_attention
是否关注 0未关注,1已关注
必填
is_read
是否已阅 0未阅读,1已阅读
必填
attention_count
关注数量
必填
relation_count
关联数量
必填