!124 商品最大下载量修改

Merge pull request !124 from develop
This commit is contained in:
赵世界 2022-11-01 09:12:09 +00:00 committed by Gitee
commit 8834e6e47f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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