master
ljl 10 months ago
parent 375029d337
commit 3a13a7f48e

@ -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]);
}
/**

Loading…
Cancel
Save