mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
Merge branch 'marketing-contents' of https://github.com/won-ktds/smarketing-backend into poster-content
This commit is contained in:
commit
60d789dfa4
@ -51,7 +51,7 @@ public class ClaudeAiContentGenerator implements AiContentGenerator {
|
||||
|
||||
// Python AI 서비스 호출
|
||||
Map<String, Object> response = webClient
|
||||
.method(HttpMethod.GET)
|
||||
.method(HttpMethod.POST)
|
||||
.uri(aiServiceBaseUrl + "/api/ai/sns")
|
||||
.header("Content-Type", "application/json")
|
||||
.bodyValue(requestBody)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user