Commit c81a33bf authored by 王源's avatar 王源 🎧

Revert "Revert "1688 采购RPC""

parent 30abe1aa
......@@ -77,4 +77,11 @@ interface SubOrderServiceInterface
*/
public function purchaseCompleted($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