diff --git a/platformapi/ebaiapi/store_page.go b/platformapi/ebaiapi/store_page.go index 2cc075f3..bd29b938 100644 --- a/platformapi/ebaiapi/store_page.go +++ b/platformapi/ebaiapi/store_page.go @@ -551,9 +551,9 @@ func (a *API) GetStoreList2(lng float64, lat float64) (shopListInfo *PageListInf shopListInfo = retVal } else { shopListInfo.ShopList = append(shopListInfo.ShopList, retVal.ShopList...) - if len(retVal.ShopList) < pageSize { - break - } + } + if len(retVal.ShopList) < pageSize { + break } pageNo++ } else {