Commit 61f6a479 by 蒋勇

d

parent 7184ce3e
...@@ -7,10 +7,13 @@ class Pushmarketplatneed2fq extends TaskBase { ...@@ -7,10 +7,13 @@ class Pushmarketplatneed2fq extends TaskBase {
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
this.fqbossUrl = settings.fqbossUrl(); this.fqbossUrl = settings.fqbossUrl();
} }
async beforeTask (params) { /**
console.log("前置操作......", this.serviceName); * 每隔10分钟检查一次
//this.isThrough=true; * @param {*} taskName
//console.log(this.cacheManager); */
formatedTaskName (taskName) {
console.log("formatedTaskName", taskName)
return taskName + "|i|30"
} }
async subDoTask () { async subDoTask () {
console.log("--------------"); console.log("--------------");
......
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