Commit cc7664e0 by linboxuan

lin pannong

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