|
|
@@ -644,7 +644,7 @@ public class CodexServiceImpl implements CodexService {
|
|
|
}
|
|
|
|
|
|
// 调用Codex API获取用户控制台数据
|
|
|
- String dashboardUrl = String.format(Constant.CLAUDE_CODE_API_PREFIX + "api/openai/users/%/dashboard", codexUser.getUserId());
|
|
|
+ String dashboardUrl = String.format(Constant.CLAUDE_CODE_API_PREFIX + "api/openai/users/%s/dashboard", codexUser.getUserId());
|
|
|
ClaudeCodeResp codexResp = executeCodexGetApi(dashboardUrl);
|
|
|
return codexResp;
|
|
|
}
|