Commit 4c9122d0 by xugaojun

Merge branch 'fixbug_2022_0301' into developer

parents 18284e3b 553132de
......@@ -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