Authored by qianjun

order_status

  1 +### 支付方式
  2 + 1:在线支付 2:货到付款 3:现金支付 4:抵消支付
  3 +
  4 +### 1 在线支付
  5 +|订单状态值| |订单状态 | 订单列表|订单详情|
  6 +| :---- | :---- | :---- | :---- |
  7 +| status=0 | 待付款 | 取消订单、立即付款||
  8 + |status=1,2,3 | 已付款|||
  9 + |status=4,5 | 已发货|||
  10 + |status=6 | 交易成功|||
  11 +
  12 +### 2 货到付款
  13 +|订单状态值| 订单状态 | 订单列表| 订单详情|
  14 +| :---- | :---- | :---- | :---- |
  15 +| status=0,1,2,3 | 备货中 |查看详情、取消订单 | 修改订单、取消订单|
  16 +| status=4,5 | 已发货 | 查看详情、物流进度、确认收货 | 确认收货|
  17 +| status=6 | 交易成功|||