Changes between Version 43 and Version 44 of buygo_jiekou


Ignore:
Timestamp:
07/26/2013 04:39:13 PM (13 years ago)
Author:
lijunrong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • buygo_jiekou

    v43 v44  
    161161  请求方式:GET [[BR]] 
    162162  要求登录:否 [[BR]] 
    163   参数:productId:商品的ID,shopId:店铺ID,commonSessionId, 
     163  参数:productId:商品的ID,shopId:店铺ID,commonSessionId,uid:用户Id [[BR]] 
    164164 
    165165== 4.精准搜索接口 == 
     
    257257 
    258258* '''用户登录接口:/login''' 
    259   待定 
    260    
     259  接口类型:数据接口 [[BR]] 
     260  数据格式:JSON [[BR]] 
     261  请求方式:GET [[BR]] 
     262  请求参数:username(用户名),password(密码) [[BR]] 
     263  返回数据: [[BR]]  
     264{ 
     265"code":"0|1"1成功,0失败 
     266"uid":用户Id 
     267"username":用户名  
     268"image":用户头像 
     269"common_session_id":cookie id 
     270} 
     271 
     272[[br]][[br]] 
    261273* '''用户注册接口:/register''' 
    262274  待定