Commit cfb22656 by 徐高华

log

parent e0133727
......@@ -396,7 +396,14 @@ public class GicOrderController {
}
// 修改物流
// orderId 下单发货传订单ID 换货发货传换货ID 退款单id
// type : 1: 下单 2:换货
/**
* 1: 下单发货
* 2:换货发货
* 3、退货(买家发货物流信息修改)
* 4、换货(买家发货物流信息修改)
*/
@RequestMapping("modify-order-logistics")
public RestResponse<Object> modifyOrderDeliver(String memberId, String enterpriseId, String orderId, String storeId,
String logisticsId, String companyCode, String logisticsNo, String companyId, String companyName,String clerkId ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment