录单
This commit is contained in:
@@ -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);
|
||||
// 更新评论状态为已使用
|
||||
|
||||
Reference in New Issue
Block a user