Commit 001c7528 by 王栋源

wdy

parent 06d71e07
...@@ -434,10 +434,21 @@ class UtilsNeedService extends AppServiceBase { ...@@ -434,10 +434,21 @@ class UtilsNeedService extends AppServiceBase {
} }
async testsymq(pobj) { async testsymq(pobj) {
var a=await this.utilsPushSve.aliBusiness2Delivery(pobj.actionBody, pobj.actionBody.pushtype); var a=null;
return system.getResultSuccess(a); try {
a=await this.utilsPushSve.aliBusiness2Delivery(pobj.actionBody, pobj.actionBody.pushtype);
return system.getResultSuccess(a);
} catch (error) {
return system.getResultSuccess(error);
}
} }
// async updatestatusali(){
// var sql="select * from n_need_info WHERE followContent is not null and typeCode in ('icpsq','edisq')"
// }
urlSplit(url) { urlSplit(url) {
var arr = url.split("?")[1]; //根据?跟个url var arr = url.split("?")[1]; //根据?跟个url
......
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