dcc
2024-06-29 e5108083cff1cb9b4df2de3fb845be56ea1622d4
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
  });