@JackieQu
2018-05-24T17:08:17.000000Z
字数 387
阅读 219
儿童编程
Method | Resource URL |
---|---|
POST | /share/share_record/ |
curl -X POST -H 'Authorization: Token tester001' -d data{...}
http://127.0.0.1:8000/program_face2face/share/share_record/
Name | Description | Required | Default |
---|---|---|---|
share_type | 分享类型 | YES |
{
"share_type": "revise" // "study"
}
{
"message": "分享成功",
"diamond": 5
}
# 错误信息
{
"status": -4,
"message": "每天只能获取一次分享奖励"
}