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