From 66a33e936d39ec4db7fdffed5d646e044ccc43e9 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 18 Apr 2025 10:44:39 +0800
Subject: [PATCH] feat

---
 src/API/withdraw.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/API/withdraw.js b/src/API/withdraw.js
index 1bcd8e4..0a49c4c 100644
--- a/src/API/withdraw.js
+++ b/src/API/withdraw.js
@@ -3,9 +3,9 @@
 //获取可用usdt
 const GetUsdt = (params) => {
     return httpJson({
-        url:"api/wallet!getUsdt.action",
-        method:"get",
-        isLoading:false
+        url: "api/wallet!getUsdt.action",
+        method: "get",
+        isLoading: false
     }, params)
 }
 
@@ -37,7 +37,7 @@
 };
 
 //提现限额
-const WithdrawLimit= (params) => {
+const WithdrawLimit = (params) => {
     return httpJson({
         url: "api/withdraw!limit.action",
         method: "get",
@@ -47,7 +47,7 @@
 
 
 //提现列表
-const WithdrawList= (params) => {
+const WithdrawList = (params) => {
     return httpJson({
         url: "api/withdraw!list.action",
         method: "get",
@@ -57,7 +57,7 @@
 
 
 //提现详情
-const WithdrawDetail= (params) => {
+const WithdrawDetail = (params) => {
     return httpJson({
         url: "api/withdraw!get.action",
         method: "get",
@@ -67,5 +67,5 @@
 
 
 
-export default {GetUsdt,GetSessionToken, WithdrawApply, WithdrawFee,WithdrawLimit,WithdrawList, WithdrawDetail }
+export default { GetUsdt, GetSessionToken, WithdrawApply, WithdrawFee, WithdrawLimit, WithdrawList, WithdrawDetail }
 

--
Gitblit v1.9.3