Commit 855d3bc0 by 王悦

fix

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