|
|
@@ -719,7 +719,8 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
String shortCode = feishuH5Link.get("link");
|
|
|
|
|
|
//3.调用生成飞书注册授权链接
|
|
|
- String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+// String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+ String feishuLink = feiShuService.getNewFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
|
|
|
if (StringUtils.isNotEmpty(feishuLink)) {
|
|
|
|
|
|
@@ -887,7 +888,8 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
String shortCode = feishuH5Link.get("link");
|
|
|
|
|
|
//3.调用生成飞书注册授权链接
|
|
|
- String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+// String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+ String feishuLink = feiShuService.getNewFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
|
|
|
if (StringUtils.isNotEmpty(feishuLink)) {
|
|
|
|
|
|
@@ -1236,7 +1238,8 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
String shortCode = feishuH5Link.get("link");
|
|
|
|
|
|
//3.调用生成飞书注册授权链接
|
|
|
- String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+// String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
+ String feishuLink = feiShuService.getNewFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortCode);
|
|
|
|
|
|
if (StringUtils.isNotEmpty(feishuLink)) {
|
|
|
|
|
|
@@ -1928,7 +1931,8 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
|
|
|
String shortLink = feishuH5Link.get("link");
|
|
|
|
|
|
//3.调用生成飞书注册授权链接
|
|
|
- String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortLink);
|
|
|
+// String feishuLink = feiShuService.getFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortLink);
|
|
|
+ String feishuLink = feiShuService.getNewFeishuRegisterLink(videoId.longValue(), companyIdLong, courseId.longValue(), companyUserIdLong,shortLink);
|
|
|
|
|
|
if (StringUtils.isNotEmpty(feishuLink)) {
|
|
|
// 替换占位符
|