We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
회비 정보 조회 시 요청자의 정보(이름)가 로그인한 사용자의 정보로 들어가는 문제가 발생합니다.
{ "success": true, "data": { "currentPage": 0, "hasPrevious": false, "hasNext": false, "totalPages": 1, "totalItems": 7, "take": 7, "items": [ { "id": 7, "memberId": "2019_____", "memberName": "김__", "category": "도서", "account": "__ / ___________", "amount": 29700, "content": "타입스크립트 고급 이론 공부", "imageUrl": "/resources/files/membership-fees/______", "status": "APPROVED", "createdAt": "2024-08-11T22:03:47.280362" }, ... ] } }
{ "success": true, "data": { "currentPage": 0, "hasPrevious": false, "hasNext": false, "totalPages": 1, "totalItems": 7, "take": 7, "items": [ { "id": 7, "memberId": "2019_____", "memberName": "관__", "category": "도서", "account": "__ / ___________", "amount": 29700, "content": "타입스크립트 고급 이론 공부", "imageUrl": "/resources/files/membership-fees/______", "status": "APPROVED", "createdAt": "2024-08-11T22:03:47.280362" }, ... ] } }
Production Server
The text was updated successfully, but these errors were encountered:
limehee
Successfully merging a pull request may close this issue.
버그 설명
회비 정보 조회 시 요청자의 정보(이름)가 로그인한 사용자의 정보로 들어가는 문제가 발생합니다.
예상 결과
실제 결과
시뮬레이션
환경
Production Server
The text was updated successfully, but these errors were encountered: