123
dcc
2024-06-29 68a34d95db63a264e7a577051d586ea496c63ca0
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
  });