company code check
This commit is contained in:
+1
@@ -828,6 +828,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
|
|||||||
/* 업체정보 */
|
/* 업체정보 */
|
||||||
String clientId = JwtClientIdExtractor(jwtToken);
|
String clientId = JwtClientIdExtractor(jwtToken);
|
||||||
method.setHeader("clientId", clientId);
|
method.setHeader("clientId", clientId);
|
||||||
|
System.out.println("*** header clientID biz company code:"+clientId);
|
||||||
|
|
||||||
/* APIM 거래추적자 */
|
/* APIM 거래추적자 */
|
||||||
String uuid = tempProp.getProperty(TransactionContextKeys.TRANSACTION_UUID, "");
|
String uuid = tempProp.getProperty(TransactionContextKeys.TRANSACTION_UUID, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user