Commit 540b1334 by 王栋源

wdy

parent 99cd7f0c
...@@ -96,7 +96,7 @@ class TmQueryAPI extends WEBBase { ...@@ -96,7 +96,7 @@ class TmQueryAPI extends WEBBase {
if (rtn.code > 0) { if (rtn.code > 0) {
opResult = system.getResultSuccess(); opResult = system.getResultSuccess();
} else { } else {
opResult = system.getResultFail(); opResult = system.getResult(null, rtn.msg);
} }
break; break;
default: default:
......
...@@ -87,6 +87,9 @@ class TmqueryService { ...@@ -87,6 +87,9 @@ class TmqueryService {
if (queryobj.push_type == 2 && !queryobj.notifyUrl) { if (queryobj.push_type == 2 && !queryobj.notifyUrl) {
return { code: -102, msg: "参数错误" } return { code: -102, msg: "参数错误" }
} }
if(queryobj.type!=1){
return { code: -101, msg: "功能开发中......" }
}
queryobj.wxuser_id = queryobj.receiverId; queryobj.wxuser_id = queryobj.receiverId;
queryobj.appid =pobj.appInfo.id; queryobj.appid =pobj.appInfo.id;
var url = settings.igirlWeburl() + "web/toolCtl/createMonitoringReportH5p"; var url = settings.igirlWeburl() + "web/toolCtl/createMonitoringReportH5p";
......
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