🦒학생 Manage
학생 목록 로드
{
"waiting" : [{
"email" : "asd@naver.com",
"stdID" : "111111111",
"name" : "일길동",
"studentImgPath" : "/img/time.png",
} ,
{
"email" : "asd@naver.com",
"stdID" : "222222222",
"name" : "이길동",
"studentImgPath" : "/img/time.png",
},
{
"email" : "asd@naver.com",
"stdID" : "222222222",
"name" : "이길동",
"studentImgPath" : "/img/time.png",
}],
"refusal" : [ { } , { } ],
"approval" : [ { }, { } ]
}학생 목록 관리 (승인, 대기, 거절)
Request Body
Name
Type
Description
Last updated