-
Notifications
You must be signed in to change notification settings - Fork 1
프로필설정
Bohyeon Kim edited this page Mar 9, 2022
·
2 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | auth/profile/:userid | 프로필 설정 |
Content-Type: application/json
{
"status": 200,
"success": true,
"message": "회원 조회 성공.",
"data": [
{
"Name": "윤철",
"Phone": "010-3055-0000",
"Email": "[email protected]",
"Location": null,
"IotNum": null
}
]
}