Changes between Version 8 and Version 9 of bip


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

--

Legend:

Unmodified
Added
Removed
Modified
  • bip

    v8 v9  
    8383"toReplyUserName":"xxxx"       // 被回复人昵称 
    8484}}} 
     85== 2.动态 == 
     86=== 2.1 创建动态 
     87 
     88==== 2.1.1 说说动态 ==== 
     89typeId: 2034 
     90{{{ 
     91"bipType":,                   //动态类型 
     92"tagartId":,                 //关联id(活动ID,相册ID,帖子ID,公告ID) 
     93"infoLink":,                 //说说动态链接 
     94"clubName":,              //说说动态所在车友会名称 
     95"clubUrl":,                 //车友会链接 
     96"summary":,               //说说内容 
     97"images":,            //说说所包含的图片 
     98"createAt":,          //说说创建时间 
     99"avatar":,           //创建者头像 
     100"nickName":,           //创建者名称 
     101"accountUrl":          //创建者个人中心 
     102}}}