爬取数据

This commit is contained in:
kuang.yife 2024-02-19 18:02:05 +08:00
parent bf46395558
commit d1a8c32fb7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class TbUserAppController {
@Transactional(rollbackFor = Exception.class)
public Result<String> drawData()
{
for (int i = 101; i< 150; i++){
for (int i = 151; i< 250; i++){
try {
Thread.sleep(3000L);
log.info("请求的url路径:{}", SZ_URL_PREFIX + i);