/** * 站点接口 */ const apiStations = { /** * 站点列表 */ get: (params) => { return uni.$u.http.get("/stations"); }, }; export default apiStations;