[关闭]
@JackieQu 2018-09-26T14:23:49.000000Z 字数 272 阅读 234

节日图片

儿童编程


获取节日图片列表

Method and Url Structure

Method Resource URL
GET /server/userinfo/holiday_imgs/

cURL Example

  1. curl -X GET
  2. localhost:8000/server/userinfo/holiday_imgs/

JSON Response

  1. {
  2. "count": 1,
  3. "next": null,
  4. "previous": null,
  5. "results": [
  6. {
  7. "pk": 1,
  8. "img": "http://test.png",
  9. "show_date": "2018-09-26"
  10. }
  11. ]
  12. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注