Commit a9dfae0e authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of https://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 056e344f d53c0832
......@@ -332,11 +332,26 @@ interface ProductServiceInterface
public function getChildProductsByProductFilter($filters, $childProductFields = ['*']): array;
public function createDraftProduct(array $params);
/**
* Notes: 通过站点和团队获取仓库主sku列表
* User: linjixin
* DateTime: 2022/11/7 11:12
*/
public function getSkuListByTeamAndSite($params);
/**
* Notes: 通过仓库主sku获取子sku属性
* User: linjixin
* DateTime: 2022/11/7 11:13
*/
public function getChildSkuByStoreSku($params);
/**
* 创建属于草稿状态(不展示出来)的主 SKU
* @return array
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author QJK
*/
public function createDraftProduct(array $params);
}
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