HttpDynamicInAdapterUrl() 수정

This commit is contained in:
jaewohong
2025-11-25 16:41:49 +09:00
parent 694878155b
commit f57b1fe5f2
@@ -180,7 +180,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
StandardMessageInfo stdInfo = dao.getSTDMsgByPath(apiUri);
String serviceKey = stdInfo.getBzwksvckeyname();
int idx = serviceKey.indexOf(":");
String adapterGrpName = (idx != -1) ? serviceKey.substring(0, idx) : serviceKey; // ':' 이전 문자열 추출
String adapterGrpName = (idx != -1) ? serviceKey.substring(0, idx) : serviceKey; // ':' 이전 문자열 추출
//***
for (int i = 0; i < 10; i++) {
@@ -188,8 +188,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
if (adptUri != null) {
if (adptUri.getAdptGrpName().equals(adapterGrpName)) {
return adptUri;
}
//return adptUri;
}
}
// /api/v1/public