文档
测试

学生信息列表终审

POST
http://baoming.com//signpay/api/MajorStudent/getShenList

请求头

参数名
类型
描述
必填
Authorization
Mno9OD1IanZaTHJjZmwtSmdvZjVBM0I4YTJ2bmY3dk1TM3hUVkJBbVBCRlJjN3R2azE3NVNuTUxUNnZ1UktldFYyZWRrcGlFTzVCdGdIQUFqTmpRcg%3D%3D
必填

请求参数

参数名
类型
描述
必填
major_id
int
专业id
可选
student_name
string
学生姓名
可选
id_number
string
身份证号
可选
identity_code
string
准考证
可选
file_code
string
档案号
可选
guardian_name
string
监护人姓名
可选
guardian_mobile
string
监护人手机号
可选
sign_status
int
报名状态1-9
可选
page
int
1
必填
pagesize
int
10
必填
plan_id
计划id
必填

响应参数

参数名
类型
描述
必填
student_name
string
学生姓名
必填
id_number
string
身份证号
必填
identity_code
string
准考证
必填
file_code
string
档案号
必填
score
string
中考成绩
必填
go_school_mode
string
上学方式
必填
graduate_school_name
string
毕业学校
必填
guardian_name
string
监护人姓名
必填
guardian_mobile
string
监护人电话
必填
id_number_path
string
身份证图片地址
必填
face_path
string
照片地址
必填
residence_path
string
户口簿图片地址
必填
sign_status
int
报名状态
必填
sign_status_name
string
报名状态名称
必填
id
int
数据id
必填
black_status
3:后台添加,(名称前面需要加星星)
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 1, "current_page": 1, "last_page": 1, "data": [ { "id": "188", "plan_id": "12", "major_id": "73", "major_name": "电子商务", "major_type": "校企合作班", "student_id": null, "student_name": "缪佳妤", "id_number": "320281200611206041", "gender": "女", "identity_code": "2033", "file_code": "2036", "score": 298, "go_school_mode": "走读", "guardian_name": "张三", "guardian_mobile": "18915222222", "area_code": null, "area_name": null, "address": "无锡", "residence_address": "盐城", "height": "163", "weight": "62", "clothing_size": "2XL", "shoes_size": "35", "open_id": "onRQb5bQQghkJcP_DdYIHQip31VI", "sign_status": "3", "black_status": "1", "amount": "0.00", "admission_path": null, "admission_code": null, "order_sn": null, "company_uuid": null, "create_by_uuid": null, "create_by_name": null, "create_date": "2022-06-25 16:44:37", "edit_by_uuid": "38185d8f7b623bf6d92a4d04c6b2ae3b", "edit_by_name": "张三(后二个专业)", "edit_date": "2022-06-25 17:46:24", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "id_number_path": "", "face_path": "/upload/file/202206/71df0cb94d81532976145887bd8c7c44.jpg", "residence_path": "/upload/file/202206/157739683bc3e25832cd6b5b84057695.jpg", "graduate_school_key": "qu_sheyang_syxqqcjzxbdjxd", "graduate_school_name": "射阳县千秋初级中学鲍墩教学点", "identity_path": "/upload/file/202206/11173d0e1b81404cbdb8d165b61b8e90.jpg", "score_path": "/upload/file/202206/2b2e2f8c82ebcb3ef5ca53e1a14b575c.jpg", "graduate_parent_key": "qu_sheyang", "pay_time": null, "due_time": "2022-06-25 17:14:37", "apply_time": "2022-06-25 17:46:24", "band_mobile": "18915239599", "zhengzhi": "团员", "teacher": "", "chu_examine": null, "zhong_examine": null, "black_remark": null, "sign_status_name": "通过初审" } ] } }