Commit 30abe1aa authored by zero's avatar zero
Browse files

Revert "Revert "提交""

parent 50443faf
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -60,5 +60,21 @@ interface SubOrderServiceInterface

    public function getBySourceSite($source): array;

    /**
     * 订单采购完成 修改子订单信息  ---1688采购系统使用
     * @param $data //修改参数数组(二维数组)
     *     参数字段:$data = [
     *      'sub_order_no'=>[oa子订单编号1,oa子订单编号2],
     *      'data' => [
     *          'supplier_name'=>供应商,
     *          'purchase_price'=>采购总价,
     *          'platform_order'=>'采购平台订单号',
     *          'domestic_logistics_no'=>物流单号,
     *          'domestic_logistics_price'=>物流价格
     *        ],
     *      ]
     * @return bool
     */
    public function purchaseCompleted($data): bool;

}
 No newline at end of file