Commit 96c05114 by xmy

feat:# 获取商品规格属性

parent 7dcfaa9c
......@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferListByIds($ids, $storeId)
* @method ResultInterface deferGetSkuInfo($skuId, $goodsId, $storeId)
* @method ResultInterface deferGetSkuByIds($goodsId, $skuIds, $storeId)
* @method ResultInterface deferGetSpecAttributeByGoodsIds($goodsId, $storeId)
* @method ResultInterface deferGetSpecAttributeByGoodsId($goodsId, $storeId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -127,5 +127,5 @@ interface GoodsInterface
* @return mixed
* @author work
*/
public function getSpecAttributeByGoodsIds($goodsId, $storeId);
public function getSpecAttributeByGoodsId($goodsId, $storeId);
}
\ 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