Commit d1f5920a authored by 姜克保's avatar 姜克保

Merge branch 'purchase_rpc'

parents 4126a96d cf2c7cf5
<?php
namespace Meibuyu\Micro\Service\Interfaces\File;
interface FileServiceInterface
{
/**
* @param string $type 类型编码 0001
* @param integer $number 生成条形码数量 100
* @return mixed
*/
public function generateBarCode($type, $number);
}
\ No newline at end of file
...@@ -26,4 +26,12 @@ interface PurchaseDoneServiceInterface ...@@ -26,4 +26,12 @@ interface PurchaseDoneServiceInterface
* @return mixed * @return mixed
*/ */
public function productStandard($data); public function productStandard($data);
/**
* 通过子订单编号查询状态
* @param array $orderIds 子订单编号 ['3333444','12222']
* @return mixed
*/
public function getOrderStatus($orderIds);
} }
\ 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