|
|
|
@ -9,6 +9,7 @@ import com.lmax.disruptor.WorkHandler;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import me.chanjar.weixin.cp.api.WxCpExternalContactService;
|
|
|
|
|
import me.chanjar.weixin.cp.api.WxCpService;
|
|
|
|
|
import me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl;
|
|
|
|
|
import org.apache.commons.collections.CollectionUtils;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
@ -33,7 +34,7 @@ public class CountDTOMessageGroupConsumer implements WorkHandler<CountDTOMessage
|
|
|
|
|
PrivilageCpUserDOMapper privilageCpUserDOMapper = countDtoMessage.getPrivilageCpUserDOMapper();
|
|
|
|
|
List<String> customerStrs;
|
|
|
|
|
|
|
|
|
|
WxCpService wxCpService = WxCpConfiguration.getCpService(APPLICATIONID);
|
|
|
|
|
WxCpServiceOkHttpImpl wxCpService = WxCpConfiguration.getCpService(APPLICATIONID);
|
|
|
|
|
WxCpExternalContactService externalContactService = wxCpService.getExternalContactService();
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|