Pārlūkot izejas kodu

添加删评论接口逻辑

songyh 3 gadi atpakaļ
vecāks
revīzija
707d147a68

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/IKuaiShouCommentServiceImpl.java

@@ -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) {