新闻通知 - GdeiAssistant/GdeiAssistant GitHub Wiki

新闻通知

Restful API

  • 分页查询新闻通知信息
接口地址:/rest/new/type/{type}/start/{start}/size/{size}
接口说明:{type}表示新闻类型下标,{start}表示从第几条信息开始查询,{size}表示查询多少条信息
请求方法:GET

返回示例,正确的JSON返回结果如下:

{
"success":true,
"code":null,
"message":null,
"data":[{"id":"be302c2dec75bcbe64a382b8bb2b20e8dc341330","type":0,"title":"关于申报2019年度校级大学生创新创业训练计划项目的通知","publishDate":"2019-01-22","content":"<p onclick=\"downloadFile('http://web.gdei.edu.cn/jwc/sjjx/cxcy/resource/f6da9b5b359a06ec152bcfbc05d4d17c.pdf')\" style=\"text-align:center;margin-top:1rem;color:#bfbfbf;padding-left:1rem;padding-right:1rem\">点击查看:关于申报2019年度校级大学生创新创业训练计划项目的通知.pdf</p>"},....,{"id":"7a580001dad887ff27af723f33f6997f44d4aab9","type":0,"title":"关于报送2018-2019学年第2学期全校公共选修课教学计划的通知","publishDate":"2018-11-14","content":"<p onclick=\"downloadFile('http://web.gdei.edu.cn/jwc/jwtz/jhrwls/resource/e782d71a2c2470d10fffdb3f79090653.pdf')\" style=\"text-align:center;margin-top:1rem;color:#bfbfbf;padding-left:1rem;padding-right:1rem\">点击查看:关于报送2018-2019学年第2学期全校公共选修课教学计划的通知.pdf</p>"}]
}