Commit 4eb9b3b7 by 宋毅

tj

parent 7e74ab17
...@@ -14,7 +14,7 @@ class tmqueryCtl extends CtlBase { ...@@ -14,7 +14,7 @@ class tmqueryCtl extends CtlBase {
async doPost(pobj, obj, req) { async doPost(pobj, obj, req) {
if (["subTmOrder", "getTmOrderList", "getTmOrderInfo", "getTmApplyInfo", "getTmNclList", if (["subTmOrder", "getTmOrderList", "getTmOrderInfo", "getTmApplyInfo", "getTmNclList",
"getNeedInfo", "tmConfirm", "updateTmInfo", "updateNclInfo", "getNeedInfo", "tmConfirm", "updateTmInfo", "updateNclInfo",
"updateContacts", "updateCustomerInfo"].indexOf(actionType) >= 0) { "updateContacts", "updateCustomerInfo"].indexOf(pobj.actionType) >= 0) {
if (!pobj.actionBody.channelUserId) { if (!pobj.actionBody.channelUserId) {
return system.getResult(null, "verify channelUserId is not empty"); return system.getResult(null, "verify channelUserId is not empty");
} }
...@@ -223,7 +223,6 @@ class tmqueryCtl extends CtlBase { ...@@ -223,7 +223,6 @@ class tmqueryCtl extends CtlBase {
async opPayPageInfo(pobj) { async opPayPageInfo(pobj) {
if (pobj.actionProcess == "jd") { if (pobj.actionProcess == "jd") {
var tmpResult = this.opJdOrder(); var tmpResult = this.opJdOrder();
if (!tmpResult.success && tmpResult.success != true) { if (!tmpResult.success && tmpResult.success != true) {
//记录下来 //记录下来
} }
......
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