mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
feat: #10000 最大商品下载量修改
This commit is contained in:
parent
a048a11cba
commit
ae773ec62c
@ -47,7 +47,7 @@ class KuaiTuanTuan extends BusinessClient
|
||||
$goods = $res['ktt_goods_query_list_response']['goods_list'];
|
||||
$this->bindGoods($goods);
|
||||
$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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user