Merge branch 'master' into kakaoFT
This commit is contained in:
commit
532e1f533a
@ -564,6 +564,8 @@ public class KakaoAlimTalkTemplateController {
|
|||||||
return "redirect:/web/user/login/login.do";
|
return "redirect:/web/user/login/login.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
model.addAttribute("loginVO", loginVO);
|
||||||
|
|
||||||
// 사용자 아이디를 이용한 발신프로필 조회
|
// 사용자 아이디를 이용한 발신프로필 조회
|
||||||
kakaoVO.setUserId(userId);
|
kakaoVO.setUserId(userId);
|
||||||
List<KakaoVO> selectKakaoProfileList = kakaoApiService.selectKakaoProfileList(kakaoVO);
|
List<KakaoVO> selectKakaoProfileList = kakaoApiService.selectKakaoProfileList(kakaoVO);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user