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 {