Commit 2ceb2232 authored by zhaopeng343's avatar zhaopeng343

提交修改物流

parent a6aa9fe0
...@@ -84,4 +84,16 @@ interface SubOrderServiceInterface ...@@ -84,4 +84,16 @@ interface SubOrderServiceInterface
* @return array * @return array
*/ */
public function purchaseError($orderId,$errorCode):array ; public function purchaseError($orderId,$errorCode):array ;
/**
* 1688采购 修改oa子订单
* @param $orderId
* @param $editData
* $editData = [
* 'logistic_price'=>'物流费用',
* 'purchase_price'=>'采购总费用',
* ]
* @return array
*/
public function purchaseEdit($orderId,$editData):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