Changes between Version 15 and Version 16 of bip


Ignore:
Timestamp:
11/11/2015 05:38:53 PM (10 years ago)
Author:
huangchengwei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bip

    v15 v16  
    194194"accountUrl":          //创建者个人中心 
    195195}}} 
     196==== 2.1.7 创建车友会动态 ==== 
     197typeId: 2041 
     198{{{ 
     199"bipType":,                   //动态类型 
     200"tagartId":,                 //关联id(活动ID,相册ID,帖子ID,公告ID) 
     201"infoLink":,                 //创建车友会动态链接 
     202"clubName":,              //创建车友会名称 
     203"clubUrl":,                 //车友会链接 
     204"summary":,               //创建车友会内容 
     205"images":,            //创建车友会动态所包含的图片 
     206"createAt":,          /创建车友会动态创建时间 
     207"avatar":,           //创建者头像 
     208"nickName":,           //创建者名称 
     209"accountUrl":          //创建者个人中心 
     210}}} 
     211==== 2.1.8 投票动态 ==== 
     212typeId: 2042 
     213{{{ 
     214"bipType":,                   //动态类型 
     215"tagartId":,                 //关联id(活动ID,相册ID,帖子ID,公告ID) 
     216"infoLink":,                 //投票动态链接 
     217"clubName":,              //投票动态名称 
     218"clubUrl":,                 //投票动态链接 
     219"summary":,               //投票动态内容 
     220"images":,            //投票动态所包含的图片 
     221"createAt":,          //投票动态创建时间 
     222"avatar":,           //创建者头像 
     223"nickName":,           //创建者名称 
     224"accountUrl":          //创建者个人中心 
     225"voteCount":         //投票人数 
     226}}} 
     227