Changes between Version 15 and Version 16 of price_api_2.1.0


Ignore:
Timestamp:
08/28/2015 10:09:02 AM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api_2.1.0

    v15 v16  
    197197**需求:**[[BR]] 
    1981981、附加信息新增评论数字段commentCount;[[BR]] 
    199 2、附加信息新增模板版本号,iphoneResVer(iOS)或androidResVer(Android),用于终端页的优化[[BR]] 
     1992、附加信息新增模板版本号,iphoneResVer(iOS)或androidResVer(Android),用于终端页的优化,根据平台返回其中一个[[BR]] 
    200200 
    201201 
     
    252252  bestBuyLink:"bestbuy://topic-1.cc",  //直达链接,可能是自定义的协议或者普通的url 
    253253  commentCount:245 //评论数 【V2.1.0需求:新增字段,请求评论数接口获取】 
    254   iphoneResVer:25001 //模板版本号【V2.1.0需求:新增字段,用于终端页的优化】 
     254  iphoneResVer:25001 //模板版本号(iOS请求时返回)【V2.1.0需求:新增字段,用于终端页的优化】 
     255  androidResVer:25001 //模板版本号(Android请求时返回)【V2.1.0需求:新增字段,用于终端页的优化】 
    255256} 
    256257 
     
    268269  firstPic: $topic.cover,(获取350x350大小的) 
    269270  commentCount:245 //评论数 【V2.1.0需求:新增字段,请求评论数接口获取】 
    270   iphoneResVer:25001 //模板版本号【V2.1.0需求:新增字段,用于终端页的优化】 
    271    
     271  iphoneResVer:25001 //模板版本号(iOS请求时返回)【V2.1.0需求:新增字段,用于终端页的优化】 
     272  androidResVer:25001 //模板版本号(Android请求时返回)【V2.1.0需求:新增字段,用于终端页的优化】 
    272273} 
    273274}}}