-
Notifications
You must be signed in to change notification settings - Fork 0
회원 조회
Lucas edited this page Dec 2, 2019
·
1 revision
GET /api/auth/read
Context-type : application/json
{
"success": true,
"message": "회원 읽기 성공",
"data": [
{
"userIdx": 1,
"id": "hyun",
"password": "1234",
"nickname": "일등",
"six": 50,
"one": 0,
"two": 80,
"three": 80,
"four": 80,
"five": 50,
"session": null,
"seven": 50,
"eight": 50,
"nine": 50,
"total": 490
}