dengchaochao
2024-07-27 ce3533dad7bebb53ffc730b55e08092b19ae090c
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");