Commit c1e412a1 authored by zhangdongying's avatar zhangdongying

采购子订单退货接口

parent 7f6791c5
...@@ -68,7 +68,7 @@ interface StorePurchaseServiceInterface ...@@ -68,7 +68,7 @@ interface StorePurchaseServiceInterface
* @param array $extra 额外参数 * @param array $extra 额外参数
* @return array * @return array
*/ */
public function returnWarehousedGoods(string $subOrderNo, int $returnedCnt, string $receivedBy, string $contactTel, string $returnAddress, array $extra = []): array; public function returnSubOrderWarehousedGoods(string $subOrderNo, int $returnedCnt, string $receivedBy, string $contactTel, string $returnAddress, array $extra = []): array;
/** /**
* 子订单退货(子订单入库后取消) * 子订单退货(子订单入库后取消)
...@@ -81,5 +81,5 @@ interface StorePurchaseServiceInterface ...@@ -81,5 +81,5 @@ interface StorePurchaseServiceInterface
* @param array $extra 额外参数 * @param array $extra 额外参数
* @return array * @return array
*/ */
public function returnSubOrderGoods(string $subOrderNo, int $returnedCnt, string $receivedBy, string $contactTel, string $returnAddress, array $extra = []): array; public function returnSubOrderGoodsByCancel(string $subOrderNo, int $returnedCnt, string $receivedBy, string $contactTel, string $returnAddress, array $extra = []): array;
} }
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