From 0b9151cd668ef8474c263888e0884a58f56e48cb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 02 Feb 2026 18:31:29 +0800
Subject: [PATCH] 1
---
src/service/ico.api.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/service/ico.api.js b/src/service/ico.api.js
index fccbab9..a6bb340 100644
--- a/src/service/ico.api.js
+++ b/src/service/ico.api.js
@@ -30,3 +30,19 @@
data: params
})
};
+//ico查询持仓
+export const _get_ico_position = (params) => {
+ return request({
+ url: `${API_PREFIX}/exchangeapplyorder!get_ico_position.action`,
+ method: METHODS.GET,
+ data: params
+ })
+};
+//ico申购new
+export const _ico_buy = (params) => {
+ return request({
+ url: `${API_PREFIX}/exchangeapplyorder!ico_buy.action`,
+ method: METHODS.GET,
+ data: params
+ })
+};
--
Gitblit v1.9.3