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

19 lines
334 B

  1. // 其他相关接口
  2. const api = {
  3. /**
  4. * 其他-获取其他模块文章列表
  5. */
  6. queryOtherArticleList: {
  7. url: '/index/queryOtherArticleList',
  8. method: 'GET',
  9. },
  10. /**
  11. * 其他-获取其他模块文章详情
  12. */
  13. queryOtherArticleById: {
  14. url: '/index/queryOtherArticleById',
  15. method: 'GET',
  16. },
  17. }
  18. export default api