Commit 9ce556d6 authored by 王源's avatar 王源 🎧

Revert "1688 采购RPC"

This reverts commit e9bcebd6.
parent e5ec93c3
...@@ -74,12 +74,4 @@ interface SubOrderServiceInterface ...@@ -74,12 +74,4 @@ interface SubOrderServiceInterface
* @return mixed * @return mixed
*/ */
public function purchaseCompleted($orderId, $data): bool; public function purchaseCompleted($orderId, $data): bool;
/**
* 1688采购异常订单 修改OA子订单状态
* @param $orderId //oa子订单id
* @param $errorCode //异常信息 1 取消 2其他
* @return array
*/
public function purchaseError($orderId,$errorCode):array ;
} }
\ 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