Commit 21d8945d authored by fuyunnan's avatar fuyunnan

Merge branch 'purchase_rpc' into test

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