Commit 655acc8b by qwmqiuwenmin

fix

parent e884e7c1
......@@ -111,6 +111,7 @@ public class MessageApiServiceImpl implements MessageApiService {
@Override
public void dealWxMessage(String param) {
QywxCallBackDTO dto = JSON.parseObject(param, QywxCallBackDTO.class);
log.info("【处理微信回调】dto={}",JSON.toJSONString(dto));
if(dto.getChangeType().endsWith("party")){
this.dealDepartment(dto);
}else {
......
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