Commit 1786aa6f by linboxuan

opneedInfo update

parent c64027e2
...@@ -25,9 +25,9 @@ class NeedinfoService extends ServiceBase { ...@@ -25,9 +25,9 @@ class NeedinfoService extends ServiceBase {
if (!actionBody.mobile) { if (!actionBody.mobile) {
return system.getResultFail(-5002, "mobile不能为空"); return system.getResultFail(-5002, "mobile不能为空");
} }
if (!actionBody.type) { // if (!actionBody.type) {
return system.getResultFail(-5003, "type不能为空"); // return system.getResultFail(-5003, "type不能为空");
} // }
var nobj = { var nobj = {
uapp_id: pobj.appInfo.uapp_id, uapp_id: pobj.appInfo.uapp_id,
channelNeedNo: needNo, // 2020 0807 lin 修改内容 渠道需求号改为企服通需求号 不再单独获取新的uuid channelNeedNo: needNo, // 2020 0807 lin 修改内容 渠道需求号改为企服通需求号 不再单独获取新的uuid
......
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