Quellcode durchsuchen

bugfix:举报通知由ai发送,注释掉java相关,成功后被举报java发送通知

刘云鑫 vor 2 Monaten
Ursprung
Commit
0582b55e98

+ 2 - 2
alien-store/src/main/java/shop/alien/store/util/ai/AiReportReviewUtil.java

@@ -203,7 +203,7 @@ public class AiReportReviewUtil {
                 }
             }
 
-            // 发送通知给举报人
+/*            // 发送通知给举报人
             String reporterPhoneId = getPhoneId(v.getReportingUserType(), v.getReportingUserId());
             if (StringUtils.hasText(reporterPhoneId)) {
                 LifeNotice notice = new LifeNotice();
@@ -227,7 +227,7 @@ public class AiReportReviewUtil {
                 websocketVo.setText(JSONObject.from(notice).toJSONString());
                 webSocketProcess.sendMessage(reporterPhoneId, JSONObject.from(websocketVo).toJSONString());
                 log.info("AI审核结果通知已发送给举报人,reportId={}, phoneId={}, success={}", v.getId(), reporterPhoneId, success);
-            }
+            }*/
 
             // 发送通知给被举报人(仅审核通过且有被举报通知内容时)
             if (StringUtils.hasText(reportedMessage)) {