From 626456cbae6b262129bdf6a1a24ce98314e12bd0 Mon Sep 17 00:00:00 2001 From: chenwei Date: Wed, 10 Jul 2024 16:33:01 +0800 Subject: [PATCH] update --- frontend/front/src/api/service/dailyFunds.js | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/front/src/api/service/dailyFunds.js b/frontend/front/src/api/service/dailyFunds.js index 4d85d78..42acb6c 100644 --- a/frontend/front/src/api/service/dailyFunds.js +++ b/frontend/front/src/api/service/dailyFunds.js @@ -9,3 +9,10 @@ export function updateInsp(data) { }) } +export function dailyFundsByDateExport(date) { + return request({ + url: `${context.portal}/wDailyFunds/v1/dailyFundsByDateExport?date=${date}`, + method: 'get', + responseType: 'arraybuffer', + }) +} -- libgit2 0.21.2