@chengxuyuan
2019-11-22T08:10:18.000000Z
字数 666
阅读 330
学管系统
Method | Method Resource URL | Descriptions | Authentications Required |
---|---|---|---|
GET | /server/agents/list_poster_charm/ | 海报魅力值列表 | YES |
按条件过滤列表释义如下 :
is_success
(当前海报领试听是否成功)示例:/server/job_management/list_poster_charm/?is_success=True
source
(海报来源)示例:/server/job_management/list_poster_charm/?source=BianChengMama
{
"count": 46,
"next": "http://app.coding61.com/server/agents/list_poster_charm/?page=2",
"previous": null,
"results": [
{
"pk": 46,
"contact": "18602391900",
"source": "BianChengMamacontest_lesson",
"source_display": "usaco竞赛直通班",
"agent_number": "365c2c4293c7efd9.2c4f58",
"remark": "five day 五天试听课",
"is_success": false,
"create_time": "2019-11-22T14:59:10.367795"
}
]
}