文档
测试

家长的学生列表

POST
http://leave2.com/curriculum/api/Token/getParentStudents

请求参数

参数名
类型
描述
必填
parent_userid
家长userid
必填
company_uuid
单位id
必填

响应参数

参数名
类型
描述
必填
token
学生token
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "student_userid": "123ba329c36dcbda02faea49e89eb621", "parent_userid": "3eed960516912d39e72d68d746dd27fb", "relation": "爸爸", "is_subscribe": "1", "mobile": "15152279456", "external_userid": "wmPUSyBwAANq6UwL1LvLv5dZ5UBKKA9A", "company_uuid": "wwbfa3f2132a372d25", "create_by_uuid": null, "create_by_account": null, "create_by_name": null, "create_date": "2022-06-16 20:40:27", "edit_by_uuid": null, "edit_by_account": null, "edit_by_name": null, "edit_date": "2022-06-16 20:40:27", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "name": "林韵雪", "department_name": "初三1班", "id_number": null, "corp_name": "江阴市第一初级中学", "token": "TWJFPW9nMVlmT3g1MDZWU25XVzlqOGJQaD1yV2hiWENQUkczWWRiVGstMFRxUnhYcWRoYmo5REM2TG9PcldXLVg2b0hoLXJKeFFrNlNSbUNZaUxqd0tJNzViRW4xVVJIbi1SRjA2MUY5TUdCWEs3SWFQSTY0ZklTb2phWHFqVjlD" } ] }