/v1/notices/{nid}
获取某条通知
- 接口地址:
- 返回格式:JSON
- 请求方式:GET
请求头部:
Content-Type : application/json Authorization: {Bearer Token}
返回结果:
{ "schoolid":"235", "nid":"4864", "type":"1", "fromuid":"1076653", "fromname":"范桢", "logo":"http://static.tiup.cn/50/2.png", "departmentid":"4259", "departmentname":"信息技术中心", "title":"中国人民大学文化大厦二层防火分区卷帘改造招标公告", "content":"为了公开、公平、公正、合理地做好中国人民大学文化技园文化大厦二层防火分区卷帘改造招标工作,现我公司面向社会公开邀请符合条件的企业报名参加本工作事项的投标。", "starttime":"0000-00-00 00:00:00", "endtime":"0000-00-00 00:00:00" }
返回字段值
返回字段值 字段类型 说明 schoolid int 学校的ID nid int 通知ID type int 通知类型 fromuid int 发布人uid fromname string 发布人姓名 logo string 发布人头像 departmentid int 发布部门ID departmentname string 发布部门名称 title string 通知标题 content string 通知内容 starttime string 通知的开始时间 endtime string 通知的结束时间