Commit e618b979 by 王栋源

wdy

parent 5a727372
...@@ -64,7 +64,11 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -64,7 +64,11 @@ class UtilsNeedSve extends AppServiceBase {
var result = await this.restPostUrl(pobj, reqUrl); var result = await this.restPostUrl(pobj, reqUrl);
if (result.status == 0) { if (result.status == 0) {
this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseNeed"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseNeed");
return system.getResultSuccess();
} else {
return system.getResult(null, "推送失敗 100388");
} }
} }
} }
module.exports = UtilsNeedSve; module.exports = UtilsNeedSve;
......
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