文档
测试

学籍信息详情

GET
http://127.0.0.1:9001/java/studentRegister/info

请求头

参数名
类型
描述
必填
Authorization
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY2hvb2xJZCI6ImI1ODIzZDg0MjRhMzExZTc4YjYxMjg4MDIzYTIzNGQwIiwidXNlclR5cGUiOiIyIiwiZXhwIjoxNzIzNzA0MTgzLCJpYXQiOjE3MTUwNjQxODMsImFjY291bnQiOiIwNDliYjlkNjA0YjNjZmQzYmY2ZDM1OTNiNjU1MDQ1ZCJ9.BLj5cSaROWQI2CbOyHwuevAKbibPY_R_hc7AgDrh9Jw
必填

请求参数

参数名
类型
描述
必填
id
学籍卡id
必填

响应参数

参数名
类型
描述
必填
id
学籍卡id
必填
card_number
学籍号
必填
birthday
生日
必填
image
头像
必填
address
家庭住址
必填
census_register
籍贯
必填
nation
民族
必填
join_date
入队时间
必填
sex
性别 男male 女female
必填
first_guardian_title
家庭成员1 称谓
必填
first_guardian_name
家庭成员1 姓名
必填
first_guardian_gender
家庭成员1 性别
必填
first_guardian_mobile
家庭成员1 电话
必填
first_guardian_work_address
家庭成员1 单位
必填
police
所属派出所
必填
student_name
学生姓名
必填
id_number
身份证
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "id": 17775, "student_userid": "80e068562b3911edb7e70e54efc3ef8e", "student_name": "季泽凯", "class_id": "2cb78ffe447711ee8b1e6afc9adadedf", "class_name": "二年级1班", "grade_id": "2", "grade_name": "二年级", "start_year": "2022", "xiaoqu": "c4dc0fb9089469a6e053113610accb2b", "id_number_type": null, "id_number": "320281201707297333", "sex": "male", "birthday": "2017/07/29", "nation": "汉族", "join_date": "2017/07/29", "census_register": "江苏省无锡市江阴市", "address": "虹桥南路115号601室", "mobile": "13306161770", "police": "滨江", "first_guardian_title": "爸爸", "first_guardian_name": "爸爸", "first_guardian_gender": "男", "first_guardian_work_address": "信号好知云", "first_guardian_mobile": "18795871328", "second_guardian_title": "妈妈", "second_guardian_name": "妈妈", "second_guardian_gender": "女", "second_guardian_work_address": "信号好知云", "second_guardian_mobile": "18795871328", "image": "/files/images/202408/320281201707297333.jpg", "status": "2", "remove_type": null, "remove_mark": null, "create_by_name": "江阴市澄江中心小学", "edit_by_uuid": "77b776fc9123f8fda91ef98f1113f55a", "edit_by_name": "江阴市澄江中心小学", "create_date": 1723886623000, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "create_by_uuid": "77b776fc9123f8fda91ef98f1113f55a", "edit_date": 1723888820000, "company_uuid": "b59aba0024a311e78b61288023a234d0", "company_name": "江阴市澄江中心小学", "card_number": "G320281201707297333" } }