DevYK 2 éve
szülő
commit
7c003e41e3
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      model/server_data_statistics.js

+ 2 - 2
model/server_data_statistics.js

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