|
|
@@ -261,7 +261,7 @@ public class TsfIndexController extends TsfBaseController {
|
|
|
GagaMap resultMap = new GagaMap();
|
|
|
if (isSnsLoing) {
|
|
|
CustSnsInfo custSnsInfo = objectMapper.convertValue(userInfo, CustSnsInfo.class);
|
|
|
- log.info("custSnsInfo ==> {}", custSnsInfo.toString());
|
|
|
+ //log.info("custSnsInfo ==> {}", custSnsInfo.toString());
|
|
|
|
|
|
//SNS 로그인 처리
|
|
|
resultMap = customerService.customerSnsProcessing(custSnsInfo);
|
|
|
@@ -318,6 +318,7 @@ public class TsfIndexController extends TsfBaseController {
|
|
|
// SNS 로그인 성공시 정보 세션 저장
|
|
|
if (isSnsLoing) {
|
|
|
CustSnsInfo custSnsInfo = objectMapper.convertValue(userInfo, CustSnsInfo.class);
|
|
|
+ //log.info("custSnsInfo ==> {}", custSnsInfo.toString());
|
|
|
resultMap.setString("snsId", custSnsInfo.getSnsId());
|
|
|
resultMap.setString("snsType", custSnsInfo.getSnsType());
|
|
|
|