xiangyixiangqin/server
zpc 4af5ae8065
All checks were successful
continuous-integration/drone/push Build is passing
feat(wechat): Add WeChat official account token and encryption key configuration
- Add token and encodingAESKey fields to NotificationTemplatesConfig interface
- Add UI form inputs for WeChat token and EncodingAESKey in system config page
- Add configuration constants SaTokenKey and SaEncodingAesKeyKey to SystemConfigService
- Update WeChatEventController to fetch token from database instead of hardcoded value
- Make CheckSignature method async and retrieve token from ISystemConfigService
- Update GetNotificationTemplates to include token and encodingAESKey from config
- Update SetNotificationTemplates to persist token and encodingAESKey to database
- Update mini app manifest with new appid
- Enables dynamic WeChat server configuration without code changes
2026-03-29 20:03:12 +08:00
..
src feat(wechat): Add WeChat official account token and encryption key configuration 2026-03-29 20:03:12 +08:00
tests 修改逻辑 2026-02-28 03:49:11 +08:00
.dockerignore 添加发布文件 2026-01-13 20:43:20 +08:00
Directory.Build.props 1 2026-01-02 18:00:49 +08:00
global.json 1 2026-01-02 18:00:49 +08:00
SignalR生产环境配置.md 聊天. 2026-01-14 20:23:13 +08:00
XiangYi.sln 1 2026-01-02 18:00:49 +08:00
技术栈与开发规范.md 移动文档 2025-12-28 22:16:58 +08:00
数据库设计.md 移动文档 2025-12-28 22:16:58 +08:00