inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
src/api/blogArticle.js
@@ -37,3 +37,14 @@
      data: parameter
   })
}
/**
 * 月台列表查询
 */
export function platform(parameter) {
   return axios({
      url: '/outside/blogArticle/platform',
      method: 'get',
      params: parameter
   })
}