@JackieQu
2018-07-18T11:23:44.000000Z
字数 363
阅读 283
儿童编程
Method | Resource URL |
---|---|
GET | /server/userinfo/banners/ |
curl -X GET -H 'Authorization: Token tester001' -d data{...}
localhost:8000/server/userinfo/banners/
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"pk": 1,
"img": "http://test.png",
"wx_page": "test",
"start_time": "2018-07-18T12:00:00",
"end_time": "2018-07-18T18:00:00"
}
]
}