@JackieQu
2018-09-26T14:23:49.000000Z
字数 272
阅读 234
儿童编程
Method | Resource URL |
---|---|
GET | /server/userinfo/holiday_imgs/ |
curl -X GET
localhost:8000/server/userinfo/holiday_imgs/
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"pk": 1,
"img": "http://test.png",
"show_date": "2018-09-26"
}
]
}