|
|
@@ -575,6 +575,11 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
|
|
|
//外部联系人id
|
|
|
String externalUserId = message.getExternalUserId();
|
|
|
log.info("监听微信客户:{}发起会话事件", externalUserId);
|
|
|
+ try {
|
|
|
+ //等待3s
|
|
|
+ Thread.sleep(3000);
|
|
|
+ } catch (InterruptedException e) {
|
|
|
+ }
|
|
|
//获客链接id
|
|
|
String linkId = message.getLinkId();
|
|
|
CorpUserAuth corpUserAuth = corpUserAuthMapper.selectOne(Wrappers.lambdaQuery(CorpUserAuth.class)
|