123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
src/API/home.api.js
@@ -24,12 +24,13 @@
};
// 获取行情
export const _getHomeList = (symbol) => {
export const _getHomeList = (symbol,order) => {
  return request({
    url: "/api/hobi!getRealtime.action",
    method: "GET",
    params: {
      symbol,
     order
    },
    // isLoading: true
  });