Changes between Version 55 and Version 56 of buygo_jiekou


Ignore:
Timestamp:
08/13/2013 03:05:01 PM (13 years ago)
Author:
lijunrong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • buygo_jiekou

    v55 v56  
    9999  请求方式:GET [[BR]] 
    100100  要求登录:否 [[BR]] 
    101   参数: 
    102         [companyId]:店铺Id[[BR]] 
    103          [[BR]] 
    104 返回数据:(没有数据,返回空串) 
     101  参数:[companyId]:店铺Id[[BR]] 
     102  返回数据:(没有数据,返回空串) 
    105103{{{ 
    106104{ 
    107105"classify": 
    108   ["subtypes":[ 
     106  [{"subtypes":[ 
    109107        {"smallId": 小类Id, 
    110108        "smallName":"小类名" 
     
    113111  "bigId":大类ID, 
    114112  "bigName":"大类名" 
    115   ] 
     113  }] 
    116114} 
    117115}}} 
     
    126124  参数:参数待定 [[BR]] 
    127125  返回数据:  
    128 { 
     126  { 
    129127  "id":"类型id" 
    130128  "name":"类型名" 
    131129  
    132 }[[BR]] 
     130  }[[BR]] 
    133131 
    134132* '''商品筛选二级分类:/sclassify'''[[BR]] 
     
    139137  参数:参数待定 [[BR]] 
    140138  返回数据:  
    141 { 
     139  { 
    142140  "id":"类型id" 
    143141  "name":"类型名" 
    144142  "totalcount":产品总数 
    145143  
    146 }[[BR]] 
     144  }[[BR]] 
    147145* '''商品搜索:/buygo/searchProduct.jsp'''[[BR]] 
    148146  接口类型:数据接口 [[BR]]