diff --git a/src/SDK/EellyOldCode/Api/GoodsAgent.php b/src/SDK/EellyOldCode/Api/GoodsAgent.php index aa9374d11abf1910455eb96041124c0a5ba99e50..18f272b635a66af3700d74d190ebeba997eda4f3 100644 --- a/src/SDK/EellyOldCode/Api/GoodsAgent.php +++ b/src/SDK/EellyOldCode/Api/GoodsAgent.php @@ -44,7 +44,7 @@ class GoodsAgent public function getAnchorRecommendGoods(int $storeId, int $page = 1, int $limit = 20): array { return EellyClient::requestJson('eellyOldCode/goodsAgent', __FUNCTION__, [ - 'storeIds' => $storeId, + 'storeId' => $storeId, 'page' => $page, 'limit' => $limit, ]);