const api = { /** * 获取公告信息 */ getNotice: { url: '/all_login/getNotice', method: 'GET', auth: true, }, /** * 获取动态列表 */ getNews: { url: '/all_login/getNews', method: 'GET', auth: true, }, /** * 获取新闻动态详情的接口 */ getNewsById: { url: '/all_login/getNewsById', method: 'GET', auth: true, }, } export default api