优化同步明细接口。

dev_0531
kevin jiang 5 years ago
parent 1af29f49a1
commit d0b77e8474

@ -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 {

Loading…
Cancel
Save