Commit 45c0cb3b authored by zhangdongying's avatar zhangdongying

更新异常退货信息接口

parent c1e412a1
......@@ -82,4 +82,15 @@ interface StorePurchaseServiceInterface
* @return array
*/
public function returnSubOrderGoodsByCancel(string $subOrderNo, int $returnedCnt, string $receivedBy, string $contactTel, string $returnAddress, array $extra = []): array;
/**
* 更新异常退货信息
*
* @param string $exceptionNo 异常单号
* @param string $receivedBy 收货人
* @param string $contactTel 联系方式
* @param string $returnAddress 退货地址
* @return array
*/
public function updateExceptionReturnInfo(string $exceptionNo, string $receivedBy, string $contactTel, string $returnAddress): 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