[关闭]
@fuyb1986 2017-04-17T07:16:35.000000Z 字数 1224 阅读 615

定格童年

金色童年


获取定格童年栏目列表

按图片上的顺序返回栏目,并且返回最新相册的前三张照片

Method and URL Structure

Method Resource URL
GET /photograph/categroy/

Request

No Applicated

cURL Example

  1. {
  2. "count":1,
  3. "next":null,
  4. "previous":null,
  5. "results":[{
  6. "name":"first_month",
  7. "name_display":"满月",
  8. "desc":"描述",
  9. "first_album":{
  10. "pk":15,"name":"相册第二",
  11. "desc":"南柯郡汶汶乡大槐树",
  12. "shared":true,
  13. "created":"2016-09-29T08:45:58.013808Z",
  14. "new_list": [{
  15. "url": {
  16. "url": "http://example.com/1.jpg",
  17. "url_150x150": "http://example/1.jpg-150x150",
  18. }...]
  19. },
  20. }
  21. }....]
  22. }

获取定格童年相册列表

Method and URL Structure

Method Resource URL
GET /photograph/system_album/

Request

Name Descript Required Default
category 类型 YES

Category List

Value Text Descript
pregnancy 孕味
first_month 满月
100_day 百天
choildren 大童
parent-child 亲子
faimily 全家福
exterior 外景

cURL Example

  1. curl http://localhost/photograph/system_album/?category=first_month

Response

  1. {
  2. "count":1,
  3. "next":null,
  4. "previous":null,
  5. "results":[{
  6. "pk":25,
  7. "name":"相册第二",
  8. "desc":"南柯郡汶汶乡大槐树",
  9. "shared":true,
  10. "created":"2016-09-28T02:42:17.418206Z",
  11. "profile":{
  12. "owner":14,
  13. "nickname":"xiaoming",
  14. "avatar_url":"http://www.example.com/xiaoming.jpg",
  15. "slogan":"xiaoming's slogan"
  16. },
  17. "cover":{
  18. "pk":37,
  19. "title":"xiaoming's photo",
  20. "file_url": {
  21. "url": "http://exmple.com/1.jpg"
  22. "url_150x150": "http://example.com/1.jpg-150x150",
  23. },
  24. "taken_date":"2016-07-01T03:00:03Z"
  25. }
  26. }]
  27. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注