Changes between Version 20 and Version 21 of app2.2.0/order


Ignore:
Timestamp:
10/26/2015 09:57:37 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/order

    v20 v21  
    99**说明** 
    1010 
    11 > 生成订单 
    12  
    13 > 使用场景:根据商品outerId和用户id生成订单 
     11> 根据商品outerId和用户id生成订单 
    1412 
    1513**提交方式** 
     
    6058> 取消用户某个订单  订单状态为未付款(status == 0)或官方未审核(status == 1)的订单才能够取消 
    6159 
    62 > 使用场景:用户下单后取消订单 
    63  
    6460**提交方式** 
    6561 
     
    109105 
    110106> 将订单状态改为已收货  订单发货后(status == 7)才能以确认收货 
    111  
    112 > 使用场景:用户收到该订单的商品将订单改为已收货 
    113107 
    114108**提交方式**