Commit 7ba4198d authored by 王源's avatar 王源 🎧

优化注释

parent 480339ec
......@@ -38,9 +38,9 @@ interface ProductServiceInterface
/**
* 通过sku列表获取产品列表
* @param array $skuList 默认去重
* @param array $relations 子SKU的关联关系,可传入['color', 'size','brand', 'category', 'product_name', 'images', 'cost', 'weight']
* @param array $columns 子SKU表的字段,默认返回id
* @return array 默认keyBy('child_sku')
* @param array $relations 产品的关联关系,可传入['color', 'size','brand', 'category', 'product_name', 'images', 'cost', 'weight']
* @param array $columns 产品表的字段,默认返回id
* @return array 默认keyBy('sku')
*/
public function getListBySkuList(array $skuList, array $relations = [], array $columns = ['id']);
......
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