|
@@ -47,7 +47,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
@Transactional
|
|
@Transactional
|
|
@Override
|
|
@Override
|
|
public void getOrderList(String cookie, Integer offset, Long orderCreateTimeStart, Long orderCreateTimeEnd, Map<Long, Long> itemMap) throws Exception {
|
|
public void getOrderList(String cookie, Integer offset, Long orderCreateTimeStart, Long orderCreateTimeEnd, Map<Long, Long> itemMap) throws Exception {
|
|
- Thread.sleep(300);
|
|
|
|
|
|
+ Thread.sleep(1000);
|
|
log.info("567团长抓取订单数据入参,开始时间:{},结束时间:{},数据:{}", DateUtils.tempToLongDateStr(orderCreateTimeStart), DateUtils.tempToLongDateStr(orderCreateTimeEnd), offset);
|
|
log.info("567团长抓取订单数据入参,开始时间:{},结束时间:{},数据:{}", DateUtils.tempToLongDateStr(orderCreateTimeStart), DateUtils.tempToLongDateStr(orderCreateTimeEnd), offset);
|
|
Map<String, Object> params = new HashMap<>();
|
|
Map<String, Object> params = new HashMap<>();
|
|
if (!Check.isNull(orderCreateTimeStart)) {
|
|
if (!Check.isNull(orderCreateTimeStart)) {
|
|
@@ -58,7 +58,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
}
|
|
}
|
|
params.put("fundType", 1);
|
|
params.put("fundType", 1);
|
|
params.put("timeType", 1);
|
|
params.put("timeType", 1);
|
|
- params.put("limit", 200);
|
|
|
|
|
|
+ params.put("limit", 100);
|
|
params.put("offset", offset);
|
|
params.put("offset", offset);
|
|
|
|
|
|
Map<String, String> headers = new HashMap<>();
|
|
Map<String, String> headers = new HashMap<>();
|