|
|
## 取消订单
|
|
|
app.SpaceOrders.close
|
|
|
- order.findLogisticsDetail
|
|
|
- order.findUidByOrderCode
|
|
|
- order.closeOrderByCode
|
|
|
- users.refundYohoCoin
|
|
|
- users.cancelReturnRedenvelopes
|
...
|
...
|
@@ -43,7 +43,7 @@ app.SpaceOrders.get |
|
|
|
|
|
## 订单详情
|
|
|
app.SpaceOrders.detail
|
|
|
- order.findLogisticsDetail
|
|
|
- order.findUidByOrderCode
|
|
|
- order.orderDetail
|
|
|
- product.queryOrderListByProductIds
|
|
|
- users.getAreaByCode
|
...
|
...
|
@@ -130,8 +130,86 @@ app.SpaceOrders.getAntHbfqDetail |
|
|
|
|
|
## 获取物流详情信息
|
|
|
app.express.get
|
|
|
- order.findUidByOrderCode
|
|
|
- order.findLogisticsDetail
|
|
|
|
|
|
## 获取物流详情信息
|
|
|
app.express.li
|
|
|
- order.findLogisticsDetail |
|
|
\ No newline at end of file |
|
|
- order.findUidByOrderCode
|
|
|
- order.findLogisticsDetail
|
|
|
|
|
|
## 获取退换货订单列表
|
|
|
app.refund.getList
|
|
|
- order.getList
|
|
|
- product.batchQueryProductBasicInfo
|
|
|
- product.batchQueryGoodsById
|
|
|
|
|
|
## 获取退货订单商品列表
|
|
|
app.refund.goodsList
|
|
|
- order.goodsList
|
|
|
- product.batchQueryIsSupportRefundExchange
|
|
|
- product.queryRefundProductByIds
|
|
|
|
|
|
## 提交退货申请
|
|
|
app.refund.submit
|
|
|
- order.submit
|
|
|
- users.getAreaByCode
|
|
|
|
|
|
## 退货详情
|
|
|
app.refund.detail
|
|
|
- order.detail
|
|
|
- product.batchQueryProductBasicInfo
|
|
|
- product.batchQueryGoodsById
|
|
|
|
|
|
## 保存快递信息
|
|
|
app.refund.setexpress
|
|
|
- order.setExpress
|
|
|
|
|
|
## 取消退货
|
|
|
app.refund.cancel
|
|
|
- order.refundCancel
|
|
|
|
|
|
## 换货商品返回方式
|
|
|
app.change.getDelivery
|
|
|
- order.queryDeliveryList
|
|
|
- users.getAreaByCode
|
|
|
|
|
|
## 获取换货订单商品列表
|
|
|
order.queryChangeGoodsList
|
|
|
- order.queryChangeGoodsList
|
|
|
- product.batchQueryIsSupportRefundExchange
|
|
|
- product.queryChangeProductByIds
|
|
|
|
|
|
## 提交换货申请
|
|
|
app.change.submit
|
|
|
- order.submitChangeGoods
|
|
|
- product.batchQueryGoodsById
|
|
|
- users.getAddress
|
|
|
- users.getAreaByCode
|
|
|
- product.batchDecreaseStorageBySkuId
|
|
|
|
|
|
## 换货详情
|
|
|
app.change.detail
|
|
|
- order.queryChangeGoodsDetail
|
|
|
- product.batchQueryProductBasicInfo
|
|
|
- product.queryChangeProductByIds
|
|
|
|
|
|
## 保存快递信息
|
|
|
app.change.setexpress
|
|
|
- order.setChangeExpress
|
|
|
|
|
|
## 取消换货
|
|
|
app.change.cancel
|
|
|
- order.changeCancel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|