上课实录与获奖记录
儿童编程
上课实录列表
Method and Url Structure
| Method |
Resource URL |
| GET |
/userinfo/videos/ |
cURL Example
curl -X GEThttp://localhost:8000/program_face2face/userinfo/videos/
JSON Response
{ "count": 3, "next": null, "previous": null, "results": [ { "pk": 2, "username": "654321", "student_name": "美年达", "content": "茄子土豆大辣椒", "video": "http://www.test.com", "week": "星期一" }, { "pk": 3, "username": "333333", "student_name": "白开水", "content": "蓝脸的窦尔敦盗御马啊", "video": "http://www.test.com", "week": "星期四" }, { "pk": 1, "username": "123456", "student_name": "健力宝", "content": "哇哈哈加多宝大力丸", "video": "http://www.test.com", "week": "星期五" } ]}
获奖记录
Method and Url Structure
| Method |
Resource URL |
| GET |
/userinfo/award_records/ |
cURL Example
curl -X GEThttp://localhost:8000/program_face2face/userinfo/award_records/
JSON Response
{ "count": 3, "next": null, "previous": null, "results": [ { "pk": 2, "username": "654321", "student_name": "木兰诗", "content": "唧唧复唧唧,木兰开飞机", "images": "image2" }, { "pk": 3, "username": "3333333", "student_name": "嘎嘎嘎", "content": "八百标兵奔北坡", "images": "image3" }, { "pk": 1, "username": "123456", "student_name": "鹅鹅鹅", "content": "松仁玉米地三鲜", "images": "image1" } ]}