feat: #10000 商品下载修改

This commit is contained in:
赵世界 2022-08-17 13:40:51 +08:00
parent 403c9f96b7
commit bdd41d4f28

View File

@ -45,7 +45,7 @@ class KuaiTuanTuan extends BusinessClient
$this->bindGoods($goods);
$pageNum = ceil($res['ktt_goods_query_list_response']['total'] / $appendParams['size']);
if ($pageNum > $page && 10 >= $page) {
$this->downloadGoods($page + 1);
$this->downloadGoodsListAndBind($page + 1);
}
}