Commit 4f776ff7 by 蒋勇

d

parent ada90267
......@@ -6,10 +6,13 @@ class TaskPushPublicService extends TaskBase {
super(TaskBase.getServiceName(TaskPushPublicService));
this.restclient = system.getObject("util.restClient");
}
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|5"
}
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