Changes between Version 301 and Version 302 of price_api


Ignore:
Timestamp:
08/27/2015 03:30:50 PM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v301 v302  
    22682268  status: 1, 
    22692269  msg: "请求成功" 
    2270   data: {//from $topicType 
    2271     typeId: 1, 
    2272     name: '数码家电', 
    2273     level: 1  // 分类等级 
    2274   } 
     2270  data: [ 
     2271    {//from $topicType 
     2272        typeId: 1, 
     2273        name: '数码家电', 
     2274        level: 1  // 分类等级 
     2275    }, 
     2276    ... 
     2277    ] 
    22752278} 
    22762279}}}