文档
测试

白名单列表

POST
http://signpay.com/signpay/api/white/getList

请求头

参数名
类型
描述
必填
Authorization
必填

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填
student_name
学生姓名
必填
plan_id
缴费计划id
必填
id_number
身份证
必填
major_code
专业类别
必填
major_name
子专业名称
必填

响应参数

参数名
类型
描述
必填
plan_id
计划id
必填
student_name
学生姓名
必填
id_number
身份证
必填
major_type
专业类型
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "92", "plan_id": "89", "student_name": "张琪", "id_number": "111111111111111111", "major_type": "综合高中", "suggest": null, "company_uuid": null, "create_by_uuid": "628133f1525c618", "create_by_name": "管理员", "create_date": "2022-06-10 17:32:01", "edit_by_uuid": "628133f1525c618", "edit_by_name": "管理员", "edit_date": "2022-06-10 17:32:02", "is_delete": "0", "delete_by_uuid": null, "delete_date": null }, { "id": "91", "plan_id": "89", "student_name": "李龙", "id_number": "320382199205122535", "major_type": "综合高中", "suggest": null, "company_uuid": null, "create_by_uuid": "628133f1525c618", "create_by_name": "管理员", "create_date": "2022-06-10 17:32:01", "edit_by_uuid": "628133f1525c618", "edit_by_name": "管理员", "edit_date": "2022-06-10 17:32:02", "is_delete": "0", "delete_by_uuid": null, "delete_date": null } ] } }