This commit is contained in:
Van0313
2025-07-05 22:48:48 +08:00
parent b86b7e44dc
commit cdaff20462

View File

@@ -2006,10 +2006,7 @@ public class JDUtil {
wxUtil.sendTextMessage(fromWxid, s, 1, fromWxid, true);
}
} catch (Exception ignored) {
} finally {
wxUtil.sendTextMessage(fromWxid, gptResponse, 1, fromWxid, true);
}
}
wxUtil.sendTextMessage(fromWxid, "评论统计:\n" + "型号 " + productType + "\n" + "新增:" + addCommentCount + "\n" + "已使用:" + usedCommentCount + "\n" + "可用:" + canUseComentCount + "\n" + "总数:" + allCommentCount, 1, fromWxid, true);
// 更新评论状态为已使用