Commit 7586c448 by 王栋源

wdy

parent 8033a8a9
...@@ -89,12 +89,7 @@ class TmqueryService { ...@@ -89,12 +89,7 @@ class TmqueryService {
} }
queryobj.wxuser_id = queryobj.userId; queryobj.wxuser_id = queryobj.userId;
queryobj.appid =pobj.appInfo.id; queryobj.appid =pobj.appInfo.id;
var url = ""; var url = settings.igirlWeburl() + "web/toolCtl/createMonitoringReportH5p";
if (queryobj.type == 1) {
url = settings.igirlWeburl() + "web/toolCtl/createMonitoringReportH5p";
} else if (queryobj.type == 2) {
url = settings.igirlWeburl() + "web/toolCtl/createPatentReportH5p";
}
return await this.opReqResult(url, queryobj, req); return await this.opReqResult(url, queryobj, req);
} }
......
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