|
All checks were successful
continuous-integration/drone/push Build is passing
- 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 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| api | ||
| components | ||
| config | ||
| pages | ||
| static | ||
| store | ||
| utils | ||
| App.vue | ||
| index.html | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| pages.json | ||
| SignalR测试指南.md | ||
| uni.promisify.adaptor.js | ||
| uni.scss | ||
| vitest.config.js | ||
| 即时通讯方案说明.md | ||
| 聊天功能增强指南.md | ||
| 聊天功能检查报告.md | ||