From bcad13ae0fc7bc055a86de27096bb901a6a0f67d Mon Sep 17 00:00:00 2001
From: huzheng12 <52150713+huzheng12@users.noreply.github.com>
Date: Mon, 06 May 2024 00:22:40 +0800
Subject: [PATCH] first commit
---
src/API/home.api.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/API/home.api.js b/src/API/home.api.js
index 7f6ab05..99afb36 100644
--- a/src/API/home.api.js
+++ b/src/API/home.api.js
@@ -121,3 +121,11 @@
data: objectToFormData(data),
});
};
+// ico
+export const itemlist = (params) => {
+ return requestHttp({
+ url: "api/icoNewCurrency/getUnlisted.action",
+ method: "get",
+ params,
+ });
+};
--
Gitblit v1.9.3