!10 商品下载修改

Merge pull request !10 from 赵世界/feature
This commit is contained in:
赵世界 2022-08-17 05:41:53 +00:00 committed by Gitee
commit fa70c743f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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);
}
}