|
|
@@ -116,13 +116,13 @@ public class ClaudeCodexApiServiceImpl implements ClaudeCodexApiService {
|
|
|
return codexResp;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public ClaudeCodeResp getCodexUserDashboard(Long userId) {
|
|
|
- // 调用Codex API获取用户控制台数据
|
|
|
- String dashboardUrl = String.format(Constant.CLAUDE_CODE_API_PREFIX + "api/openai/users/%s/dashboard", userId);
|
|
|
- ClaudeCodeResp codexResp = executeGetApi(dashboardUrl);
|
|
|
- return codexResp;
|
|
|
- }
|
|
|
+ @Override
|
|
|
+ public ClaudeCodeResp getCodexUserDashboard(Long userId) {
|
|
|
+ // 调用Codex API获取用户控制台数据
|
|
|
+ String dashboardUrl = String.format(Constant.CLAUDE_CODE_API_PREFIX + "api/openai/users/%s/dashboard", userId);
|
|
|
+ ClaudeCodeResp codexResp = executeGetApi(dashboardUrl);
|
|
|
+ return codexResp;
|
|
|
+ }
|
|
|
|
|
|
@Override
|
|
|
public ClaudeCodeResp getCodexUserAnalytics(Long userId, String start, String end, Integer page, Integer limit, String order) {
|