From 787d115e5a36122e148431ce9ef28437f994c994 Mon Sep 17 00:00:00 2001 From: owen Date: Fri, 22 Sep 2023 15:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BD=A3=EF=BC=9A=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/user.js b/api/user.js index da81fc15..c0684e25 100644 --- a/api/user.js +++ b/api/user.js @@ -209,14 +209,6 @@ export function extractCash(data){ return request.post('extract/cash',data) } -/** - * 提现银行/提现最低金额 - * -*/ -export function extractBank(){ - return request.get('extract/bank'); -} - /** * 会员等级列表 *