|
|
|
@ -99,8 +99,8 @@ class GoodsShortController extends AbstractApiController {
|
|
|
|
|
* @param array goodsIdAndMallIdMap 商品ID和店铺ID的map
|
|
|
|
|
*/
|
|
|
|
|
public function getSkuListByGoodsIds() {
|
|
|
|
|
$data = $this->goodsShortService->getSkuListByGoodsIds($this->mallId, $_GET['goodsIdAndMallIdMap']);
|
|
|
|
|
return $this->renderSuccess($data);
|
|
|
|
|
$goodsIdAndSkuListMap = $this->goodsShortService->getSkuListByGoodsIds($this->mallId, $_GET['goodsIdAndMallIdMap']);
|
|
|
|
|
return $this->renderSuccess(['goodsIdAndSkuListMap' => $goodsIdAndSkuListMap]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|