Changes between Version 160 and Version 161 of yimei2.0.0_api


Ignore:
Timestamp:
07/08/2015 02:12:56 PM (11 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yimei2.0.0_api

    v160 v161  
    14001400||pageNo||页数||int||1||是|| 
    14011401||pageSize||页面大小||int||3||是|| 
    1402 ||type||类型:1:活动,2,案例,3:日记,4:帖子|| int ||1(默认是1,只取其中之一)||是|| 
     1402||type||类型:1:活动,2,案例,3:子|| int ||1(默认是1,只取其中之一)||是|| 
    14031403||appVersion||版本号,如:1.1.0,直接传110,app命名版本号要规范,只能有两个小数点|| int ||1(默认是1,只取其中之一)||是|| 
    1404 ||common_session_id|| ||  ||  ||是|| 
    14051404||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||=  =|| 
    14061405**返回** 
     
    14471446    "nickName":"",  
    14481447    "userID":"",  
    1449     "type":””,  
     1448    "type":”1:日记,2:图片”,  
    14501449    "imageUrl":"",  
    14511450    "title":"",  
     
    14541453    "dateTime":"刚刚", 
    14551454    "hasDelete":1, 
    1456     "hasLaud":1 
     1455    "hasLaud":1, 
     1456    "isExample":1 
    14571457    } 
    14581458  ] 
     
    14661466||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    14671467||= hasDelete =||= 是否删除,1:已删除,2:未删除(删除一个月后的数据,自动取消收藏关系)=||= age =||=年龄段=|| 
    1468 ||=hasLaud=||=是否点赞,1:已点赞,0:未点赞||==||==|| 
     1468||=hasLaud=||=是否点赞,1:已点赞,0:未点赞||=isExample=||=类型为圈子时,isExample==1表示旧案例数据=|| 
    14691469 
    14701470=== 5.2收藏/取消收藏 ===(V1.1.0中的接口修改)