@@ -42,7 +42,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
@Transactional
@Override
public void getOrderList(String cookie, Integer offset, Long orderCreateTimeStart, Long orderCreateTimeEnd, Map<Long, Long> itemMap) throws Exception {
- Thread.sleep(250);
+ Thread.sleep(200);
Map<String, Object> params = new HashMap<>();
if (!Check.isNull(orderCreateTimeStart)) {
params.put("orderCreateTimeStart", orderCreateTimeStart);