-
Notifications
You must be signed in to change notification settings - Fork 1
✔ 팔로워 목록
yezgoget edited this page Jul 14, 2020
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
GET | /profile/followerList/:profileIdx | 팔로워 |
{
"status": 200,
"success": true,
"message": "팔로워 목록 조회 성공",
"data": [
{
"profileIdx" : 1,
"profileImg" : "1.jpg",
"profileName" : "고양이이름",
"profileWeight" : 3.2,
"profileGender" : "female",
"profileAge" : 3
}
]
}
- 데이터 반환 에러
{
"status": 400,
"success": false,
"message": "팔로워 목록 조회 실패"
}