|
|
@@ -386,7 +386,6 @@ public class ClaudeCodeServiceImpl implements ClaudeCodeService {
|
|
|
parmas.put("amount", amount);
|
|
|
parmas.put("description", description);
|
|
|
parmas.put("type", type);
|
|
|
- parmas.put("reason", description);
|
|
|
String url = String.format(CLAUDE_CODE_API_PREFIX + "/api/users/%s/credits/adjust", userId);
|
|
|
try {
|
|
|
ClaudeCodeResp claudeCodeResp = executeClaudeCodePostApi(url, Jsons.toJson(parmas));
|