|
|
@@ -356,7 +356,7 @@ public class FeiShuService {
|
|
|
try {
|
|
|
String encodedJson = URLEncoder.encode(JSONUtil.toJsonStr(authParam), "UTF-8");
|
|
|
String fullUrl = config.getFeishuAuthDomain() +
|
|
|
- "/feishuCourse/pages/wxauth?course=" + encodedJson;
|
|
|
+ "/feishuAuth/pages/wxauth?course=" + encodedJson;
|
|
|
return URLEncoder.encode(fullUrl, "UTF-8");
|
|
|
} catch (UnsupportedEncodingException e) {
|
|
|
throw new CustomException("授权URL拼接失败", e);
|