|
@@ -596,7 +596,7 @@ router.post('/withdrawV3', withdrawV3);
|
|
|
|
|
|
if (process.env.NODE_ENV == 'dev' || process.env.NODE_ENV == 'test') {
|
|
if (process.env.NODE_ENV == 'dev' || process.env.NODE_ENV == 'test') {
|
|
router.post('/withdrawV3Test', withdrawV3Test);
|
|
router.post('/withdrawV3Test', withdrawV3Test);
|
|
-
|
|
|
|
|
|
+}
|
|
//查询出金服务
|
|
//查询出金服务
|
|
router.post('/getWithdrawStatus', getWithdrawStatus);
|
|
router.post('/getWithdrawStatus', getWithdrawStatus);
|
|
//获取所有地址的所要消耗的最低提取费
|
|
//获取所有地址的所要消耗的最低提取费
|