Commit 855d3bc0 by 王悦

fix

parent b74565a9
......@@ -4,7 +4,7 @@ const system = require("../../../system");
var settings = require("../../../../config/settings");
class TmNotifyTask extends TaskBase {
constructor() {
super(TaskBase.getServiceName(AliicapiTask));
super(TaskBase.getServiceName(TmNotifyTask));
this.restclient = system.getObject("util.restClient");
}
/**
......@@ -33,5 +33,5 @@ class TmNotifyTask extends TaskBase {
module.exports = TmNotifyTask;
// var a=new AliicapiTask();
// a.subDoTask();
\ No newline at end of file
var a=new TmNotifyTask();
a.subDoTask();
\ No newline at end of file
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