10.10综合交易所原始源码_移动端
1
admin
2026-02-01 89e7889fd73932c0d77647a03c72e3ec10189cfb
src/service/fund.api.js
@@ -226,15 +226,3 @@
        }
    })
}
// 申请还款
export const _loanRefund = (orderNo) => {
    return request({
        url: `${API_PREFIX}/loan!refund.action`,
        method: "GET",
        loading: true,
        params: {
            orderNo
        }
    })
}