裂变星小程序-25.03.04
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
399 B

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