交易所前端蓝色ui, 4.5 jiem
lxf
2025-04-18 66a33e936d39ec4db7fdffed5d646e044ccc43e9
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 }