Commit 1e2ede75 by 王栋源

wdy

parent 89f8fe3d
const TaskBase = require("../../task.base"); const TaskBase = require("../../task.base");
const system = require("../../../system"); const system = require("../../../system");
var settings = require("../../../../config/settings"); var settings = require("../../../../config/settings");
class TmreportTask extends TaskBase { class TmtransactionTask extends TaskBase {
constructor() { constructor() {
super(TaskBase.getServiceName(TmreportTask)); super(TaskBase.getServiceName(TmtransactionTask));
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
this.centerChannelUrl = settings.centerChannelUrl(); this.centerChannelUrl = settings.centerChannelUrl();
} }
...@@ -32,4 +32,4 @@ class TmreportTask extends TaskBase { ...@@ -32,4 +32,4 @@ class TmreportTask extends TaskBase {
} }
} }
} }
module.exports = TmreportTask; module.exports = TmtransactionTask;
\ 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