Commit ab7e8280 authored by 何娜's avatar 何娜

tax

parent e3c9e34a
Pipeline #4397 passed with stage
in 6 seconds
......@@ -2,7 +2,7 @@
module.exports = {
schedule: {
interval: '5m', // 5分钟间隔
interval: '30m', // 5分钟间隔
type: 'all', // 所有woker
immediate: true,
},
......
......@@ -2,7 +2,7 @@
module.exports = {
schedule: {
interval: '5m', // 5分钟间隔
interval: '30m', // 5分钟间隔
type: 'all', // 所有woker
immediate: true,
},
......@@ -11,6 +11,7 @@ module.exports = {
try {
const { host, customerUrl } = ctx.app.config.signatureAPI;
const notifyMap = new Map();
ctx.logger.info('host',host, 'customerUrl', customerUrl)
const ret = await ctx.curl(host + customerUrl, {
charset: 'utf-8',
timeout: ['30s', '30s'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment