Commit bb862da4 by 宋毅

tj

parent ab580420
...@@ -45,6 +45,13 @@ class TmOrderAPI extends APIBase { ...@@ -45,6 +45,13 @@ class TmOrderAPI extends APIBase {
action_body.app = req.app; action_body.app = req.app;
action_body.user = req.user; action_body.user = req.user;
var opResult = null; var opResult = null;
if (["subTmOrder", "getTmOrderList", "getTmOrderInfo", "getTmApplyInfo", "getTmNclList", "getNeedInfo",
"tmConfirm", "updateTmInfo", "updateNclInfo", "updateContacts", "updateCustomerInfo",
"updateCustomerInfo"].indexOf(action_type) >= 0) {
if (!action_body.channelUserId) {
return system.getResult(null, "channelUserId is not empty");
}
}
switch (action_type) { switch (action_type) {
// sy // sy
case "test"://测试 case "test"://测试
......
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