|
@@ -45,6 +45,7 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
|
public void deleteComment(UserAllocation allocation) {
|
|
|
CtopOauthToken token = oauthTokenService.getTokenByAccountId(allocation.getAccountId());
|
|
|
deleteCommentByPage(token,1);
|
|
|
+ log.info("删除评论完成:accounId=>{}",allocation.getAccountId());
|
|
|
}
|
|
|
|
|
|
private void deleteCommentByPage(CtopOauthToken token, int pageNum) {
|