학과, 학생회장 회원가입
학생 회원가입
POST
https://pk-cog.url/signup/student
학생이 회원가입 할 때 사용하는 API
Request Body
Name
Type
Description
stdID*
string
사용자의 학번
password*
string
사용자의 비밀번호
major*
string
사용자의 학과
name*
string
사용자의 이름
email*
string
사용자의 학교 이메일
certFile*
file
사용자의 학생증
checkPassword*
string
사용자의 비밀번호 확인
학생회장 회원가입
POST
https://pk-cog.url/signup/president
학생회장이 회원가입 할 때 사용하는 API
Request Body
Name
Type
Description
stdID*
string
사용자의 학번
password*
string
사용자의 비밀번호
major*
string
사용자의 학과
name*
string
사용자의 이름
email*
string
사용자의 학교 이메일
phoneNumber*
string
사용자의 전화번호
checkPassword*
String
사용자의 비밀번호 확인
Last updated