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', id: 'vic',
label: 'vic', label: 'vic',
fee: 0.005, fee: 0.005,
}, { },
id: 'usdt', // {
label: 'usdt', // id: 'usdt',
fee: 0.005 // label: 'usdt',
}]; // fee: 0.005
// }
];
module.exports = { module.exports = {
async getFundDetail (req, res) { async getFundDetail (req, res) {