Changes between Version 70 and Version 71 of yimei2.0.0_api


Ignore:
Timestamp:
06/22/2015 01:16:21 PM (11 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yimei2.0.0_api

    v70 v71  
    4343||pageNo||页数||int||1||是|| 
    4444||pageSize||页面大小||int||10||是|| 
     45||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||=  =|| 
    4546 
    4647**返回** 
     
    6263    "commentCount":1, 
    6364    "laudCount":1, 
     65    "hasLaud":1 
    6466    } 
    6567  ], 
     
    7678||= type =||= 1:日记,2:帖子=||= imageUrl =||=推荐图=|| 
    7779||= commentCount =||= 评论数=||= laudCount =||=点赞数=|| 
    78 ||= index =||= 当pageno=1时,返回首页接口数据=||= =||==|| 
     80||= index =||= 当pageno=1时,返回首页接口数据=||=hasLaud=||=是否点赞,1:已点赞,0:未点赞=|| 
    7981 
    8082 
     
    170172||typeID||圈子类型ID||int||10||是||类型为全部的时候要返回精华推荐,最多三条|| 
    171173||queryType||查询类型||int||10||是||1:精华,2:最新,3:帖子,4:日记|| 
     174||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||=  =|| 
    172175 
    173176**返回** 
     
    191194    "dateTime":"刚刚", 
    192195    "isessence":1, 
    193     "ispublicationPhoto":1 
     196    "ispublicationPhoto":1, 
     197    "hasLaud":1 
    194198    } 
    195199  ], 
     
    218222||= top=||= 置顶信息,最多6条=||= topType=||=1:日记,2:帖子=|| 
    219223||= isessence=||=是否精华:1:是,0:否   =||=ispublicationPhoto=||=是否晒单:1:是,0:否=|| 
     224||=hasLaud=||=是否点赞,1:已点赞,0:未点赞||==||==|| 
     225 
    220226 
    221227 
     
    356362||= userID=||=用户ID为自己时,界面下文显示续写日记       =||=createTime=||=发由时间=|| 
    357363||= imageList=||=列表显示小尺寸图片      =||=largeImageList=||=查看时需要请求大尺寸图片=|| 
    358 ||= hasLaud=||=是点赞,1:已点赞,0:未点赞 =||=activityName=||=活动名=|| 
     364||= hasLaud=||=是点赞,1:已点赞,0:未点赞 =||=activityName=||=活动名=|| 
    359365||= org=||=机构信息,没有机构信息时,不需要返回该节点        =||==||==|| 
    360366 
     
    446452||= imageList=||=列表显示小尺寸图片      =||=largeImageList=||=查看时需要请求大尺寸图片=|| 
    447453||= isessence=||=是否精华:1:是,0:否   =||=ispublicationPhoto=||=是否晒单:1:是,0:否=|| 
    448 ||= hasLaud=||=是点赞,1:已点赞,0:未点赞 =||=projectList,org=||=旧案例数据可能会包括这两个节点的信息,没有该数据时,节点也不返回=|| 
     454||= hasLaud=||=是点赞,1:已点赞,0:未点赞 =||=projectList,org=||=旧案例数据可能会包括这两个节点的信息,没有该数据时,节点也不返回=|| 
    449455 
    450456 
     
    13471353||appVersion||版本号,如:1.1.0,直接传110,app命名版本号要规范,只能有两个小数点|| int ||1(默认是1,只取其中之一)||是|| 
    13481354||common_session_id|| ||  ||  ||是|| 
     1355||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||=  =|| 
    13491356**返回** 
    13501357 
     
    13941401    "laudCount":1, 
    13951402    "dateTime":"刚刚", 
    1396       hasDelete:1 
     1403    "hasDelete":1, 
     1404    "hasLaud":1 
    13971405    } 
    13981406  ] 
     
    14061414||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    14071415||= hasDelete =||= 是否删除,1:已删除,2:未删除(删除一个月后的数据,自动取消收藏关系)=||= age =||=年龄段=|| 
     1416||=hasLaud=||=是否点赞,1:已点赞,0:未点赞||==||==|| 
    14081417 
    14091418=== 5.2收藏/取消收藏 ===(V1.1.0中的接口修改)