Commit 626456cbae6b262129bdf6a1a24ce98314e12bd0

Authored by 陈威
1 parent 854e0022
Exists in master

update

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/front/src/api/service/dailyFunds.js
... ... @@ -9,3 +9,10 @@ export function updateInsp(data) {
9 9 })
10 10 }
11 11  
  12 +export function dailyFundsByDateExport(date) {
  13 + return request({
  14 + url: `${context.portal}/wDailyFunds/v1/dailyFundsByDateExport?date=${date}`,
  15 + method: 'get',
  16 + responseType: 'arraybuffer',
  17 + })
  18 +}
... ...