Commit 7be52e0b by 王栋源

Update tmtransferTask.js

parent 61f6a479
......@@ -7,11 +7,11 @@ class TmtransferTask extends TaskBase{
this.restclient = system.getObject("util.restClient");
this.transferurl = settings.reqTransferurl();
}
async beforeTask(params){
console.log("前置操作......",this.serviceName);
//this.isThrough=true;
//console.log(this.cacheManager);
}
formatedTaskName (taskName) {
console.log("formatedTaskName", taskName)
return taskName + "|i|20"
}
async subDoTask(params){
console.log(params);
console.log("TestTask1.....");
......
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