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
This commit is contained in:
commit
3c38f6c8cd
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user