PUSH
This commit is contained in:
@@ -337,8 +337,7 @@ public class RequestProcessor extends RequestProcessorSupport {
|
||||
}
|
||||
|
||||
// 3. EAIMessage Object 생성
|
||||
//String eaiSvcCd = mapper.getEaiSvcCode(standardMessage); // commnet by jwhong
|
||||
String eaiSvcCd = prop.getProperty("API_SERVICE_CODE");
|
||||
String eaiSvcCd = mapper.getEaiSvcCode(standardMessage);
|
||||
String guid = mapper.getGuid(standardMessage);
|
||||
String guidSeq = mapper.getGuidSeq(standardMessage);
|
||||
String returnType = mapper.getSendRecvDivision(standardMessage); // S|R
|
||||
|
||||
Reference in New Issue
Block a user