|
@@ -186,7 +186,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
|
params.put("filters", "{}");
|
|
|
params.put("sorter", "{}");
|
|
|
params.put("baseOrderStatus", 0);
|
|
|
- params.put("limit", 100);
|
|
|
+ params.put("limit", 20);
|
|
|
params.put("offset", offset);
|
|
|
Map<String, String> headers = new HashMap<>();
|
|
|
headers.put("Cookie", cookie);
|
|
@@ -235,8 +235,8 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
|
supplyChainMapper.replaceRocketCcr(adds);
|
|
|
}
|
|
|
|
|
|
- if (adds.size() >= 100) {
|
|
|
- getCcrInfo(cookie, offset + 100, type);
|
|
|
+ if (adds.size() >= 20) {
|
|
|
+ getCcrInfo(cookie, offset + 20, type);
|
|
|
}
|
|
|
}
|
|
|
} else {
|