Commit 0d130e47 authored by 秦俊坤's avatar 秦俊坤

Merge remote-tracking branch 'origin/develop' into develop

parents b42feaa1 11477e3f
......@@ -88,4 +88,21 @@ interface PurchaseStockServiceInterface
*/
public function getShippingCount();
/**
* 产品开发退换货
* @param $post
* {
"product_dev_no":"新品开发单",
"child_sku":"仓库子产品sku",
"type":"Return | Exchange (退货|换货)类型",
"num":"退换货数量",
"logistics_no":"物流单号"
}
* @return true | string (error_msg)
*/
public function returnOrExchangeProducts($post);
}
\ No newline at end of file
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