chenbiao 1 年間 前
コミット
e3ec157cbf

+ 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 {