{ "class_id": 26347, "app_id": 13708001, "userid": "student1" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/class/studentinfo/get?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "class_id": 26347, "app_id": 13708001, "userid": "student1" }'
{ "result": { "userid": "string", "student_num": "string", "name": "string", "class_id": 0, "avatar": "string", "guardians": [ { "userid": "string", "relation": "string", "relation_name": "string", "name": "string", "is_active": true, "avatar": "string" } ] }, "success": true, "errcode": 0, "errmsg": "string" }