Commit 13ba8a9a by 蒋勇

d

parent 73036438
......@@ -22,7 +22,7 @@ class TaskPushPublicService extends TaskBase {
}
try {
var url = settings.centerChannelUrl() + "api/auth/taskapi/taskPushPublicService";
this.restclient.execPost(obj, url);
this.restclient.execPost(obj, url);//取消异步
return {};
} catch (error) {
console.log(error);
......
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