Chore: push 테스트
This commit is contained in:
parent
f12d1d5a8c
commit
227f23922c
@ -168,7 +168,7 @@ public class ExternalPlatformAdapter implements ExternalPlatformPort {
|
|||||||
|
|
||||||
// 실제 카카오 응답 구조 확인
|
// 실제 카카오 응답 구조 확인
|
||||||
if (!root.has("success") || !root.get("success").asBoolean()) {
|
if (!root.has("success") || !root.get("success").asBoolean()) {
|
||||||
log.warn("카카오 API 호출 실패: {}", root.path("message").asText());
|
log.warn("카카오 API 호출 실패:: {}", root.path("message").asText());
|
||||||
updateSyncStatusWithCache(storeId, platform, "FAILED", 0);
|
updateSyncStatusWithCache(storeId, platform, "FAILED", 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user