|
@@ -18,7 +18,7 @@ const reportTime = '02:00:00'
|
|
|
|
|
|
const http_request_get = async (data) => {
|
|
|
var host = account_config.STATISTICS_URL
|
|
|
- host = 'https://api.denetme.net/denet/wallet/stat/getMoneyStat?date='
|
|
|
+ // host = 'https://api.denetme.net/denet/wallet/stat/getMoneyStat?date='
|
|
|
var path = data
|
|
|
var url = host + path
|
|
|
logger.log('http_request_get', url)
|
|
@@ -679,7 +679,7 @@ async function report2FeishuTable() {
|
|
|
logger.info('report2FeishuTable')
|
|
|
var data = await getStatisticsInfo();
|
|
|
logger.info('getStatisticsInfo', data)
|
|
|
- // await exec(data)
|
|
|
+ await exec(data)
|
|
|
} catch (error) {
|
|
|
logger.error('report2FeishuTable', error.toString())
|
|
|
}
|