[LOATODO] 일일컨텐츠 로직 수정
·
Project/LOATODO
1. 기존 로직 [Controller]@PostMapping("/signup")public ResponseEntity signupCharacter(@AuthenticationPrincipal String username, @RequestBody @Valid MemberDto memberDto) { // 대표캐릭터와 연동된 캐릭터(api 검증) List characterList = lostarkCharacterService.getCharacterList(memberDto); // 재련재료 데이터 리스트로 거래소 데이터 호출 Map contentResource = marketService.getContentResource(); // 일일 숙제 통계 가져오기 Map d..