|
@@ -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'
|
|
|
})
|
|
|
|
|
|
|