mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
feat: #10000 商品下载修改
This commit is contained in:
parent
403c9f96b7
commit
bdd41d4f28
@ -45,7 +45,7 @@ class KuaiTuanTuan extends BusinessClient
|
|||||||
$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 && 10 >= $page) {
|
if ($pageNum > $page && 10 >= $page) {
|
||||||
$this->downloadGoods($page + 1);
|
$this->downloadGoodsListAndBind($page + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user