Commit e9bcebd6 authored by zhaopeng343's avatar zhaopeng343

1688 采购RPC

parent 90c5db42
......@@ -74,4 +74,12 @@ interface SubOrderServiceInterface
* @return mixed
*/
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