Commit 370d3f61 by 宋毅

tj

parent 6b41e130
...@@ -107,7 +107,7 @@ class tmqueryCtl extends CtlBase { ...@@ -107,7 +107,7 @@ class tmqueryCtl extends CtlBase {
return system.getResult(null, "处理请求失败"); return system.getResult(null, "处理请求失败");
} }
if (["jd"].indexOf(pobj.actionProcess) >= 0 && pobj.actionType == "subTmOrder") { if (["jd"].indexOf(pobj.actionProcess) >= 0 && pobj.actionType == "subTmOrder") {
var opPayPageInfoResult = await this.opPayPageInfo(pobj, orderResult, req); var opPayPageInfoResult = await this.opPayPageInfo(pobj, result, req);
return opPayPageInfoResult; return opPayPageInfoResult;
} }
return result; return result;
......
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