1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
src/api/quotes.js
@@ -1,6 +1,6 @@
import Axios from "@/utils/http";
function getPairsWallet(data) {
  return Axios.fetch("wap/api/wallet/getAll.action", data);
  return Axios.fetch("wap/api/wallet!getAll.action", data);
}
function getExchangerateuserconfig() {
  return Axios.fetch("wap/api/exchangerate!list.action");