[关闭]
@JackieQu 2018-07-18T11:23:44.000000Z 字数 363 阅读 283

封面图片

儿童编程


获取图片列表

Method and Url Structure

Method Resource URL
GET /server/userinfo/banners/

cURL Example

  1. curl -X GET -H 'Authorization: Token tester001' -d data{...}
  2. localhost:8000/server/userinfo/banners/

JSON Response

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