xiangyixiangqin/server/src/XiangYi.AppApi/Controllers
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
..
.gitkeep 1 2026-01-02 18:00:49 +08:00
AuthController.cs 1 2026-01-02 18:00:49 +08:00
ChatController.cs 同步状态 2026-01-29 02:44:15 +08:00
ConfigController.cs 逻辑修改. 2026-01-20 21:39:19 +08:00
InteractController.cs 逻辑优化 2026-01-27 20:09:30 +08:00
MemberController.cs 会员,未读消息 2026-02-07 15:41:18 +08:00
NotificationController.cs 1 2026-01-02 18:00:49 +08:00
OrderController.cs 聊天,会员 2026-02-07 21:50:03 +08:00
PayController.cs 聊天,会员 2026-02-07 21:50:03 +08:00
ProfileController.cs 上传 2026-01-20 22:12:29 +08:00
RealNameController.cs 功能优化 2026-01-24 20:20:09 +08:00
UploadController.cs 聊天. 2026-01-14 20:23:13 +08:00
UserController.cs 首页推荐 2026-02-08 14:31:53 +08:00
WeChatEventController.cs feat(wechat): Add WeChat official account token and encryption key configuration 2026-03-29 20:03:12 +08:00