chenbiao 1 년 전
부모
커밋
e3ec157cbf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      netflix-web/src/main/java/com/cyksj/web/controller/claude/ClaudeCodeController.java

+ 2 - 2
netflix-web/src/main/java/com/cyksj/web/controller/claude/ClaudeCodeController.java

@@ -205,8 +205,8 @@ public class ClaudeCodeController {
 	 * OAuth授权端点
 	 */
 	@GetMapping("/authorize")
-	public void authorize(@RequestParam String clientId,
-						  @RequestParam String redirectUri,
+	public void authorize(@RequestParam(name = "client_id") String clientId,
+						  @RequestParam(name = "redirect_uri") String redirectUri,
 						  @RequestParam String state,
 						  HttpServletResponse response) throws IOException {