我的页面
儿童编程
我的课程
Method and Url Structure
| Method |
Resource URL |
| GET |
/course/my_unlock_records/ |
cURL Example
curl -X GET -H 'Authorization: Token 521b92efb730acd59cf80cc3d6001efae366a2e7' -d data{...}https://app.bcjiaoyu.com/program_face2face/course/my_unlock_records/
JSON Response
{ "count": 4, "next": null, "previous": null, "results": [ { "pk": 1248, "owner": "13263699826", "course": { "images": "https://static1.bcjiaoyu.com/cxy/cpp.png", "pk": 46, "name": "C++基础" }, "create_time": "2018-06-05T14:54:58.213511", "study_date": null }, { "pk": 1247, "owner": "13263699826", "course": { "images": "https://static1.bcjiaoyu.com/c3.png", "pk": 37, "name": "JavaScript 基础" }, "create_time": "2018-06-05T14:47:59.606375", "study_date": null }, { "pk": 1246, "owner": "13263699826", "course": { "images": "https://static1.bcjiaoyu.com/c3.png", "pk": 38, "name": "JS&jQuery基础(新版)" }, "create_time": "2018-06-05T14:47:59.582949", "study_date": null }, { "pk": 1245, "owner": "13263699826", "course": { "images": "https://static1.bcjiaoyu.com/c6.png", "pk": 54, "name": "Django 中级课程" }, "create_time": "2018-06-05T14:38:50.368596", "study_date": null } ]}
我的证书
Method and Url Structure
| Method |
Resource URL |
| GET |
/userinfo/mycertificates/ |
cURL Example
curl -X GET -H 'Authorization: Token 521b92efb730acd59cf80cc3d6001efae366a2e7'https://app.bcjiaoyu.com/program_face2face/userinfo/mycertificates/
JSON Response
{ "count": 4, "next": null, "previous": null, "results": [ { "pk": 183, "name": "primary_cpp", "username": "13263699826", "student_name": "尼古拉斯", "images": "/program_face2face/media/certificates/13263699826/primary_cpp.png", "content": null, "image_url": "/program_face2face/media/certificates/13263699826/primary_cpp.png" }, { "pk": 182, "name": "other", "username": "13263699826", "student_name": "尼古拉斯", "images": "/program_face2face/media/certificates/13263699826/other.png", "content": null, "image_url": "/program_face2face/media/certificates/13263699826/other.png" }, { "pk": 180, "name": "primary_scratch", "username": "13263699826", "student_name": "9826", "images": "/program_face2face/media/certificates/13263699826/primary_scratch.png", "content": "", "image_url": "/program_face2face/media/certificates/13263699826/primary_scratch.png" }, { "pk": 179, "name": "primary_scratch", "username": "13263699826", "student_name": "9826", "images": "/program_face2face/media/certificates/13263699826/primary_scratch.png", "content": "", "image_url": "/program_face2face/media/certificates/13263699826/primary_scratch.png" } ]}