Commit 0ad6f8f2 by 王栋源

wdy

parent cacd86bf
...@@ -3,7 +3,7 @@ const system = require("../../../system"); ...@@ -3,7 +3,7 @@ const system = require("../../../system");
var settings = require("../../../../config/settings"); var settings = require("../../../../config/settings");
class TaskPushPublicService extends TaskBase { class TaskPushPublicService extends TaskBase {
constructor() { constructor() {
super(TaskBase.getServiceName(AliicapiTask)); super(TaskBase.getServiceName(TaskPushPublicService));
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
} }
async beforeTask(params) { async beforeTask(params) {
......
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