Commit c5474d69 authored by jiangkebao's avatar jiangkebao

Merge branch 'purchase_rpc' into test

parents ac1259e6 ad123d1f
...@@ -12,4 +12,11 @@ interface PurchaseDoneServiceInterface ...@@ -12,4 +12,11 @@ interface PurchaseDoneServiceInterface
* @return mixed * @return mixed
*/ */
public function archivePurchase($orderIds); public function archivePurchase($orderIds);
/**
*通过子订单编号通知取消
* @param array $orderIds 子订单编号 ['3333444','12222']
* @return mixed
*/
public function noticeToCancel($orderIds);
} }
\ 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