Commit f78b8781 by 陈思聪

feat:阿里双呼接入,阿里商标注册商机去掉手机号校验

parent 1333a2eb
...@@ -166,9 +166,9 @@ class GatewaypushlogService extends ServiceBase { ...@@ -166,9 +166,9 @@ class GatewaypushlogService extends ServiceBase {
if (!pobj.intentionBizId) { if (!pobj.intentionBizId) {
return self.getResultFail("intentionBizId不能为空"); return self.getResultFail("intentionBizId不能为空");
} }
if (!pobj.phone) { // if (!pobj.phone) {
return self.getResultFail("mobile不能为空"); // return self.getResultFail("mobile不能为空");
} // }
if (!pobj.consultType) { if (!pobj.consultType) {
return self.getResultFail("consultType不能为空"); return self.getResultFail("consultType不能为空");
} }
......
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