Commit 61f6a479 by 蒋勇

d

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