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 |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/API/home.api.js b/src/API/home.api.js
index 7f6ab05..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
   });
@@ -121,3 +122,11 @@
     data: objectToFormData(data),
   });
 };
+// ico
+export const itemlist = (params) => {
+  return requestHttp({
+    url: "api/icoNewCurrency/getUnlisted.action",
+    method: "get",
+    params,
+  });
+};

--
Gitblit v1.9.3