From 5f645734b032f744a8d76dc06a3593c5c4f749d4 Mon Sep 17 00:00:00 2001
From: huzheng12 <52150713+huzheng12@users.noreply.github.com>
Date: Fri, 03 May 2024 20:26:29 +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