Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [feature] #25 - 회원 쪽지 보내기 API 구현 #32

Closed
wants to merge 24 commits into from

Conversation

karryred
Copy link
Collaborator

@karryred karryred commented Jul 29, 2024

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치

feature/#25 -> develop

변경 사항

  • Message와 User 엔티티 필드를 수정하였습니다.

이슈

  • 초기 커밋 실수로 커밋이 난잡한 점 양해부탁드립니다..
  • User 도메인 구조 변경에 의한 충돌을 해결하기 위하여 PostConverterPostCommandServiceImpl 의 import문을 수정하였습니다.

테스트 결과

request body 형식

{
  "body": "안녕하세요"
}

200 성공
api 200

400 요청값 에러
api 400

@karryred karryred linked an issue Jul 29, 2024 that may be closed by this pull request
3 tasks
@karryred karryred self-assigned this Jul 29, 2024
@karryred karryred added the ✨ feature 새로운 기능 구현 label Jul 29, 2024
@karryred karryred closed this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 새로운 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [feature] 쪽지 전송 API 구현
1 participant