Commit cc7664e0 by linboxuan

lin pannong

parent e53b4130
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 Taskpannongtoken extends TaskBase {
constructor() { constructor() {
super(TaskBase.getServiceName(Taskalitmupdate)); super(TaskBase.getServiceName(Taskpannongtoken));
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
this.gsbDeliverlUrl = settings.gsbDeliver(); this.gsbDeliverlUrl = settings.gsbDeliver();
} }
...@@ -29,4 +29,4 @@ class Taskalitmupdate extends TaskBase { ...@@ -29,4 +29,4 @@ class Taskalitmupdate extends TaskBase {
} }
} }
} }
module.exports = Taskalitmupdate; module.exports = Taskpannongtoken;
\ 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