吉光研途前端代码仓库
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.
 
 
 

20 lines
334 B

// 其他相关接口
const api = {
/**
* 其他-获取其他模块文章列表
*/
queryOtherArticleList: {
url: '/index/queryOtherArticleList',
method: 'GET',
},
/**
* 其他-获取其他模块文章详情
*/
queryOtherArticleById: {
url: '/index/queryOtherArticleById',
method: 'GET',
},
}
export default api