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