Commit de7bd21e authored by jiangkebao's avatar jiangkebao

Merge branch 'purchase_rpc'

parents 9b306502 77633fff
...@@ -93,6 +93,14 @@ interface SubOrderServiceInterface ...@@ -93,6 +93,14 @@ interface SubOrderServiceInterface
*/ */
public function purchaseError($orderId,$errorCode):array ; public function purchaseError($orderId,$errorCode):array ;
/**
* 1688采购取消
* @param $orderNo
* @param $editData
* @return bool
*/
public function purchaseCancel($orderNo,$editData = []):bool;
/** /**
* 1688采购 修改oa子订单 * 1688采购 修改oa子订单
* @param $editData * @param $editData
......
...@@ -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