|
@@ -198,7 +198,7 @@ public class FeiShuService {
|
|
|
String encodedJson = URLEncoder.encode(courseJson, "UTF-8");
|
|
String encodedJson = URLEncoder.encode(courseJson, "UTF-8");
|
|
|
// 拼接完整URL(userId与course参数同级)
|
|
// 拼接完整URL(userId与course参数同级)
|
|
|
String baseUrl = config.getFeishuNewLinkDomainName();
|
|
String baseUrl = config.getFeishuNewLinkDomainName();
|
|
|
- String fullUrl = baseUrl + "/feishuCourse/pages_course/videovip?course=" + encodedJson + "&userId=" +userId;
|
|
|
|
|
|
|
+ String fullUrl = baseUrl + "/pages_course/videovip?course=" + encodedJson + "&userId=" +userId;
|
|
|
// 第二次编码:对整个URL进行URL编码(适配飞书iframe创建要求)
|
|
// 第二次编码:对整个URL进行URL编码(适配飞书iframe创建要求)
|
|
|
return URLEncoder.encode(fullUrl, "UTF-8");
|
|
return URLEncoder.encode(fullUrl, "UTF-8");
|
|
|
} catch (UnsupportedEncodingException e) {
|
|
} catch (UnsupportedEncodingException e) {
|