# 悟准微信公众号消息管理系统 **Repository Path**: ruanhun/wxmp-message-admin ## Basic Information - **Project Name**: 悟准微信公众号消息管理系统 - **Description**: 悟准微信公众号消息管理系统,支持多个微信公众号消息管理。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2023-08-29 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 微信公众号消息管理系统 ### 介绍 微信公众号消息管理系统,可以接收用户给公众号发的消息,支持多个微信公众号。 ### 功能 * 支持添微信加公众号 * 支持消息统计 * 支持消息导出 * 公众号消息支持文本、语音、图片和视频 * 支持ip白名单配置 * 支持日志管理 * 管理员 * 30分钟不活跃自动退出登录 * 密码输入5次锁定30分钟 * 30天不修改密码无法登录 ### 项目配置 * 创建数据库 * 导入docs文件的sql * 账号:admin * 密码:Admin@123 * application.yml修改数据配置和公众号配置 ### 软件架构 * Springboot:2.4.3 * Mybatis-plus:3.5.3.1 * MySQL:5.7.14 * Layui:2.8.15 * Binarywang(weixin-java-mp):4.5.0 ### 部分界面 * 登录页面 ![登录界面](docs/images/wxmp-message-login.png) * 后台首页 ![后台首页](docs/images/wxmp-message-main.png) * 添加公众号页面 ![添加公众号页面](docs/images/wxmp-message-add.png) * 消息列表页面 ![消息页面](docs/images/wxmp-message-list.png) * 日志页面 ![日志页面](docs/images/wxmp-message-log.png) * 日志页面 ![密码修改页面](docs/images/wxmp-message-password.png)