Commit 922faed9 authored by zhangdongying's avatar zhangdongying

退货RPC修改

parent 5ffa03a8
......@@ -86,11 +86,12 @@ interface StorePurchaseServiceInterface
/**
* 更新退货信息
*
* @param string $subOrderNo 子订单号
* @param string $referenceNo 关联单号
* @param string $receivedBy 收货人
* @param string $contactTel 联系方式
* @param string $returnAddress 退货地址
* @return array
*/
public function updateReturnInfo(string $referenceNo, string $receivedBy, string $contactTel, string $returnAddress): array;
public function updateReturnInfo(string $subOrderNo, string $referenceNo, 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