Commit f78b8781 by 陈思聪

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

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