echoapi-cron-scheduler-batch 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -463,7 +463,7 @@ class CronScheduler {
463
463
  },
464
464
  results: results
465
465
  };
466
- fs.writeFileSync('finalPayload.json', JSON.stringify(finalPayload))
466
+ // fs.writeFileSync('finalPayload.json', JSON.stringify(finalPayload))
467
467
  // 5. 上报 API
468
468
  const response = await axios.post(`${this.apiUrl}/open/hnzycfc/scheduled_task/report/add`, finalPayload, {
469
469
  headers: { 'Content-Type': 'application/json', 'api-token': record.api_token },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "echoapi-cron-scheduler-batch",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {