Changes between Version 238 and Version 239 of price_api


Ignore:
Timestamp:
04/17/2015 09:15:58 AM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v238 v239  
    14731473 
    14741474**后端接口** 
    1475 > [http://trac.pc.com.cn/pc_best/wiki/app2.0/02_search#搜索热词 搜索热词] 
     1475> [http://trac.pc.com.cn/pc_best/wiki/app2.0/01_1_topicTag#获取标签列表 获取标签列表] 
    14761476 
    14771477> [http://trac.pc.com.cn/pc_best/wiki/app2.0/01_1_topicType#获取爆料分类 获取爆料分类] 
     
    14981498  status: 1, 
    14991499  msg: "请求成功", 
    1500   total: 20, 
    15011500  data: { 
    1502     hotKeys: [ 
    1503       { 
    1504         encodeKey: "%E8%85%95%E8%A1%A8", 
    1505         key: "腕表" 
     1501    hotTags: [ 
     1502      {  
     1503        tagId: 1,  // 标签Id 
     1504        name: "白菜价",  // 标签名称 
     1505        isHot: 1,  // 是否热门标签 
     1506        isSpecial: 1,  // 是否特色标签 
     1507        isRed:1,  // 是否套红 
     1508        description: "最低白菜价",  // 标签描述 
     1509        type:  1  // 0 聚超值   1  母婴生活馆 
    15061510      }, 
    15071511      ...