-
Notifications
You must be signed in to change notification settings - Fork 5
Info
xndxcsd edited this page Oct 31, 2016
·
4 revisions
请求格式:
{
"swuID": "xxxxxxxxxxx",
"password": "xxxxxxxx"
}
参数 | 说明 |
---|---|
swuID | 学号 |
password | 校园网账户密码 |
未特别说明的参数均为必要参数
响应格式:
{
"IDNumber": "513902xxxxxxxxxxxx",
"birthday": "1989-06-04",
"birthplace": "";
"className": "14计科0班",
"college": "计算机与信息科学学院、软件学院",
"department": "",
"englishLevel": "英语四级",
"examNumber": "14510601230123",
"familyLocation": "重庆市涪陵区某某学校某级某班",
"gender": "男",
"grade": "2014",
"graduation": "某某某高中",
"graduationScore": "233",
"location": "",
"major": "计算机科学与技术",
"name": "王林维",
"nation": "汉族",
"origin": "重庆",
"phoneNum": "13312341234",
"political": "中国共产主义青年团员",
"swuID": "222011234567890"
}
响应体格式为 JSON
参数 | 说明 |
---|---|
IDNumber | 身份证号码 |
birthday | 生日,格式为 yyyy-mm-dd |
birthplace | 出生地点 |
className | 所属班级 |
college | 所属学院 |
department | 部门 |
englishLevel | 英语水平 |
examNumber | 考试号码 |
familyLocation | 家庭地址(一般为高考报名地址) |
gender | 性别 |
grade | 所属年级,一般为入学年份 |
graduation | 毕业学校,一般为高中 |
graduationScore | 毕业分数,一般为高考分数 |
location | 地址 |
major | 主修科目,一般为所属专业 |
name | 姓名 |
nation | 民族 |
origin | 来源省份 |
phoneNum | 电话号码 |
political | 政治面貌 |
swuID | 学号 |