|
@@ -24,7 +24,6 @@ import java.util.Map;
|
|
@Service
|
|
@Service
|
|
public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService oauthTokenService;
|
|
private ICtopOauthTokenService oauthTokenService;
|
|
|
|
|
|
@@ -61,7 +60,6 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
JSONArray details = dataJson.getJSONArray("details");
|
|
JSONArray details = dataJson.getJSONArray("details");
|
|
if (!Check.isNull(details)) {
|
|
if (!Check.isNull(details)) {
|
|
if (num <= 50) {
|
|
if (num <= 50) {
|
|
- System.out.println(num);
|
|
|
|
if (shieldCommentApi(token, accountId, details)) {
|
|
if (shieldCommentApi(token, accountId, details)) {
|
|
queryComments(token, accountId, page, pageSize, ++num);
|
|
queryComments(token, accountId, page, pageSize, ++num);
|
|
}
|
|
}
|
|
@@ -102,6 +100,4 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
}
|
|
}
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|