Ver Fonte

修改飞书路径

cgp há 3 dias atrás
pai
commit
e3332be78f

+ 1 - 1
fs-service/src/main/java/com/fs/feishu/service/FeiShuService.java

@@ -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);