Commit caa6f9a4 by fudahua

会员标签同步-告警

parent cbe19ab3
......@@ -318,9 +318,6 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
@Override
public void delQywxTag(QywxTagCallbackDTO callbackDTO) {
logger.info("企业微信删除标签回调:{}", JSONObject.toJSONString(callbackDTO));
if (true) {
return;
}
if (!config.getWxSuiteid().equals(callbackDTO.getSuiteId())) {
logger.info("非第三方回调");
return;
......
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