Commit 57bf4c9a authored by 王源's avatar 王源 🎧

Revert "提交"

This reverts commit 90c5db42.
parent 9ce556d6
......@@ -60,18 +60,5 @@ interface SubOrderServiceInterface
public function getBySourceSite($source): array;
/**
* 采购完成修改子订单状态
* @param $orderId //采购子订单id 单个传字符串
* @param $data //修改参数数组
* 参数字段:$data = [
* 'supplier_name'=>供应商,
* 'purchase_price'=>采购总价,
* 'platform_order'=>'采购平台订单号',
* 'domestic_logistics_no'=>物流单号,
* 'domestic_logistics_price'=>物流价格
* ]
* @return mixed
*/
public function purchaseCompleted($orderId, $data): bool;
}
\ 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