|
@@ -833,7 +833,8 @@ router.post('/getWithdrawStatus', getWithdrawStatus);
|
|
|
//获取所有地址的所要消耗的最低提取费
|
|
|
router.post('/getAllTokenWithdrawInfoLists', getAllTokenWithdrawInfoLists)
|
|
|
router.get('/report2FeishuTable', async (ctx) => {
|
|
|
- ctx.body = await stat.report2FeishuTable()
|
|
|
+ stat.report2FeishuTable()
|
|
|
+ ctx.body = 'ok'
|
|
|
})
|
|
|
|
|
|
// 定时任务 提币+归集
|