Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
박상희 (Alex Park) edited this page Mar 7, 2019 · 1 revision

API.
일단 가천대학교의 수강신청 시스템은 요렇게 생겨먹었습니다. (언제 만들었는지도 모르겠음, 경원대 때꺼 재탕한건가)

1

우리가 관심 있는 부분은 수강신청을 해주는 로직이니까, 수강신청쪽 로직을 찾아보죠.
image

함수 save_it2 를 호출하네요. 그러면 save_it2 를 찾아봅시다.
image image

찾았- 습니다.-
신청 구조를 더 자세히 보도록 하죠.

image 보내는 정보는 다음과 같았습니다.

POST Request

url: http://203.249.127.98:9090/servlets/stud/sugang?attribute=sugang_save
application/x-form-urlencoded

fake = new Date()
subject_cd = 학수번호
save_gbn = "N"
je_gbn = "N"

그래서 API GET!!

Clone this wiki locally