From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123
---
src/API/home.api.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/API/home.api.js b/src/API/home.api.js
index 99afb36..620f09f 100644
--- a/src/API/home.api.js
+++ b/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
});
--
Gitblit v1.9.3