|
@@ -2690,6 +2690,14 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
|
|
|
} catch (Exception e) {
|
|
|
logger.error("欢迎语生成短链失败:", e);
|
|
|
}
|
|
|
+ }else if ("link".equals(att.getMsgtype()) && att.getLink().getIsFixed()==1 ) {
|
|
|
+
|
|
|
+ if (config != null) {
|
|
|
+ att.getLink().setUrl(config.getRegisterDomainName()+registerLink+qwExternalId);
|
|
|
+ }else {
|
|
|
+ logger.error("企业配置信息为空:发送注册链接失败");
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
//小程序
|
|
|
if ("miniprogram".equals(att.getMsgtype())
|