Commit 553132de by xugaojun

新增校验

parent 45a51e39
......@@ -115,6 +115,10 @@ public class MessageApiServiceImpl implements MessageApiService {
log.info("不符合鸿星尔克需求,返回");
return;
}
if (StringUtils.isEmpty(qywxCallBackDTO.getMobile())) {
log.info("手机号参数为空, 不作处理");
return;
}
try {
// 放开限制
// if (config.getSuiteId().equals(qywxCallBackDTO.getSuiteId()) || CONTACT_APP.equals(qywxCallBackDTO.getSuiteId())) {
......
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