feat: 取消usdt提现

This commit is contained in:
chaosBreaking
2019-09-28 10:38:49 +08:00
parent 3cfb5e7db3
commit 4aa99a5f82

View File

@@ -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) {