1
jhzh
2025-05-24 c1b885e5ada172a7303d36cfba3cb313c28ae61b
src/API/fund.api.js
@@ -238,3 +238,14 @@
        }
    })
}
// 获取资金账户
export const getwalletGrther = (params) => {
  return request({
    url: "/api/walletGrther!getParameter.action",
    method: "GET",
   params: {
     currency:params.currency,
     fromTo:params.fromTo,
   },
  });
};