Commit 32a57493 by 王栋源

wdy

parent 03deccfb
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 Taskalitmupdate extends TaskBase { class Tasktm2fq extends TaskBase {
constructor() { constructor() {
super(TaskBase.getServiceName(Taskalitmupdate)); super(TaskBase.getServiceName(Tasktm2fq));
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
this.fqbossUrl = settings.fqbossUrl(); this.fqbossUrl = settings.fqbossUrl();
} }
...@@ -32,4 +32,4 @@ class Taskalitmupdate extends TaskBase { ...@@ -32,4 +32,4 @@ class Taskalitmupdate extends TaskBase {
} }
} }
} }
module.exports = Taskalitmupdate; module.exports = Tasktm2fq;
\ 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