From 4aa99a5f82a5279648dcc842ff5cb6cd46546526 Mon Sep 17 00:00:00 2001 From: chaosBreaking Date: Sat, 28 Sep 2019 10:38:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=96=E6=B6=88usdt=E6=8F=90?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/fund/fund.controller.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/modules/fund/fund.controller.js b/src/modules/fund/fund.controller.js index 77687ec..3d60675 100644 --- a/src/modules/fund/fund.controller.js +++ b/src/modules/fund/fund.controller.js @@ -23,11 +23,13 @@ const withdrawCoinsList = [{ id: 'vic', label: 'vic', fee: 0.005, -}, { - id: 'usdt', - label: 'usdt', - fee: 0.005 -}]; +}, +// { +// id: 'usdt', +// label: 'usdt', +// fee: 0.005 +// } +]; module.exports = { async getFundDetail (req, res) {