mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
commit
1bca23355c
@ -44,7 +44,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 && 10 >= $page) {
|
||||
if ($pageNum > $page && 30 >= $page) {
|
||||
$this->downloadGoodsListAndBind($page + 1);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user