Changes between Version 66 and Version 67 of price_api_2.2.0


Ignore:
Timestamp:
11/24/2015 05:17:41 PM (10 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api_2.2.0

    v66 v67  
    290290 
    291291操作协议:[[BR]] 
    292 关闭页面点击协议:pcaction://close[[BR]] 
     292关闭页面点击协议:pcaction://close [[BR]] 
    293293确认商品点击协议:pcaction://finish-choosing?outerId={商品outerId}        (不直接采用页面跳转协议,因为进入订单确认页需要先登录)     [[BR]] 
    294294 
     
    475475|| outerId || 商品outerId || string || "" || 是 ||  || 
    476476|| addrId || 用户地址id || string || "" || 是 ||  || 
     477|| common_session_id(cookie参数) || 登录sessionId || string || "" || 是 ||  || 
    477478 
    478479**返回格式** 
     
    487488  data: { 
    488489             orderId:  123456//订单id 
     490        } 
     491} 
     492 
     493价格变动时返回: 
     494result { 
     495  status: 12, 
     496  msg: '所购商品当前价格已上升至' 或 '所购商品当前价格已下降至', 
     497  data: { 
     498             curPrice: 100.00 
    489499        } 
    490500} 
     
    605615html页面 
    606616 
     617操作协议:[[BR]] 
     618查看我的订单:pcaction://see-my-indents?type={type类型}   type类型:订单类型 //0全部订单;1待付款订单;2待发货订单;3待收货订单;4已完成订单  [[BR]] 
     619查看订单详情:pcaction://see-indent-detail?orderId={订单id}   [[BR]] 
     620 
    607621 
    608622---------- 
     
    654668 
    655669html页面 
     670 
     671操作协议:[[BR]] 
     672查看我的订单:pcaction://see-my-indents?type={type类型}   type类型:订单类型 //0全部订单;1待付款订单;2待发货订单;3待收货订单;4已完成订单  [[BR]] 
     673立即支付:pcaction://buy-now?orderId=={订单id}&amountPrice=={订单总金额}   [[BR]] 
    656674 
    657675 
     
    14721490 
    14731491{{{#!java 
    1474 { 
    1475   status: 1, 
    1476   msg: "请求成功", 
    1477   data: [ 
    1478                 { 
    1479                    accountName: "tom",                   //用户账号名称 
    1480                    title: "赔付申请通过审核",            //处理结果标题 
    1481                    result: "您的赔付申请已通过......"    //结果说明 
     1492result { 
     1493        status: 1, 
     1494        msg: '请求成功', 
     1495 
     1496        //订单无赔付记录时,data为null 
     1497        data: { 
     1498                   accountName: "tom",                  //用户账号名称 
     1499                   serviceName: "xiaoming",             //客服账号 
     1500                   title: "通过审核",                   //处理结果 
     1501                   result: "您的赔付申请已通过......"   //结果说明 
     1502                   date: 11111111111111111             //处理时间 
    14821503                } 
    1483              ] 
    1484    
     1504         
    14851505} 
    14861506}}} 
     
    15841604 
    15851605---------- 
     1606 
     1607== 备注 == 
     1608== 1 跳转协议 == 
     1609 
     1610{{{ 
     1611 
     1612}}}