Merge branch 'marketing-contents' of https://github.com/won-ktds/smarketing-backend into poster-content

This commit is contained in:
yuhalog 2025-06-19 17:43:15 +09:00
commit 60d789dfa4

View File

@ -51,7 +51,7 @@ public class ClaudeAiContentGenerator implements AiContentGenerator {
// Python AI 서비스 호출 // Python AI 서비스 호출
Map<String, Object> response = webClient Map<String, Object> response = webClient
.method(HttpMethod.GET) .method(HttpMethod.POST)
.uri(aiServiceBaseUrl + "/api/ai/sns") .uri(aiServiceBaseUrl + "/api/ai/sns")
.header("Content-Type", "application/json") .header("Content-Type", "application/json")
.bodyValue(requestBody) .bodyValue(requestBody)