-
Notifications
You must be signed in to change notification settings - Fork 6
mypage
Kim Hyunjo edited this page Nov 24, 2020
·
1 revision
{ //나의 프로필
"group": "g1",
"name": "홍길동",
"grader": "gr1",
"states": "s1",
"birthday": "19990342",
"telephone": "010839849353",
"email": "[email protected]",
"address": "경기도 성남시",
"self_image": "dd",
"user_id": 1,
"education": {
"school": "멍멍대학교",
"major": "예돌예돌학과"
}
},
"apply_list": {
"applying": [
-1,
-3
],
"applied": [
-2,
-4,
-5,
-6
]
}
},
{//내가 소속된 동아리의 이름, 설명, 이미지 리스트,동아리에서의 나의 직위(owner,guest로 구분)
"my_club": [
[
[
"Tave0",
"국내 최초 4차 산업 혁명 동아리",
"image0"
"owner"
],
[
"Tave1",
"국내 최초 5차 산업 혁명 동아리",
"image1"
"guest"
]
],
}
{
"clubs_on_approval_process": //개설 요청한 동아리의 이름,설명,상태(미확인,승인,승인불가로 구분됨) 리스트
[
[
"new club",
"안녕하세요 새로운 클럽,new club입니다.",
"승인"
]
]
] } ]
moZip