Changes between Version 13 and Version 14 of buygo_jiekou


Ignore:
Timestamp:
07/03/2013 12:03:56 PM (13 years ago)
Author:
wenshaohong
Comment:

修改支付接口和添加地址接口

Legend:

Unmodified
Added
Removed
Modified
  • buygo_jiekou

    v13 v14  
    136136    "title": "商品标题", 
    137137    "thumb": "商品缩略图", 
    138     "fare": "运费分类,包邮时为空,如:平邮:10元,快递:23元", 
     138    "fare": {//运费 
     139        "faretype": 1,//0:卖家包,1:自定义物流, 2:使用模板 
     140        "faredata": [ 
     141            { 
     142                "id":"123", 
     143                "name":"名称", 
     144                "price":"价格" 
     145            } 
     146        ] 
     147    }, 
    139148    "price": "价格", 
    140149    "count": "已卖出数量", 
     
    180189  参数: 
    181190{{{ 
    182        name:收件联系人, 
    183        phone:联系电话, 
    184        count:购买数量, 
    185        url:商品概述的url, 
    186        postType:运输方式, 
    187        message:留言 
     191pid:商品Id 
     192addressId:地址Id 
     193count:数量 
     194faretype:1,//0:卖家包,1:自定义物流, 2:使用模板 
     195fareid:物流详情Id 
     196specId:套餐组合Id 
     197buyerId:顾客Id 
     198question:留言 
     199receiveName:收货人 
     200phone:电话 
    188201}}} 
    189202  返回结果:[[br]] 
     
    293306  参数: [[BR]] 
    294307{{{ 
    295               "id":"123"买家Id     , 
    296                "name":收货人     , 
    297                "addr":收货地址     , 
    298                "postcode":邮编     , 
    299                "phone":联系电话  
     308userId:用户Id 
     309name:收货人 
     310province:省 
     311city:市 
     312district:区 
     313street:街道 
     314zip:邮编 
     315phone:电话 
     316mobile:手机 
    300317}}} 
    301318  返回数据: [[BR]]