Commit 1e2ede75 by 王栋源

wdy

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