xiangyixiangqin/admin
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
..
__tests__/properties 订单管理. 2026-01-06 20:56:09 +08:00
public 支付. 2026-01-22 19:12:22 +08:00
src feat(wechat): Add WeChat official account token and encryption key configuration 2026-03-29 20:03:12 +08:00
.env 1 2026-01-02 18:00:49 +08:00
.env.development 细节修改 2026-01-06 19:00:44 +08:00
.env.production chore(deploy): Configure nginx reverse proxy and docker network 2026-03-29 19:31:36 +08:00
.eslintrc-auto-import.json 1 2026-01-02 18:00:49 +08:00
.gitignore 1 2026-01-02 18:00:49 +08:00
.prettierignore 1 2026-01-02 18:00:49 +08:00
.prettierrc 1 2026-01-02 18:00:49 +08:00
Dockerfile Update Dockerfiles to use custom image registry for Node and .NET base images 2026-03-29 00:11:13 +08:00
eslint.config.js 1 2026-01-02 18:00:49 +08:00
index.html 支付. 2026-01-22 19:12:22 +08:00
nginx.conf chore(deploy): Configure nginx reverse proxy and docker network 2026-03-29 19:31:36 +08:00
package-lock.json 111 2026-01-14 02:46:12 +08:00
package.json 33 2026-01-14 02:08:43 +08:00
tsconfig.json 1 2026-01-02 18:00:49 +08:00
tsconfig.node.json 1 2026-01-02 18:00:49 +08:00
vite.config.ts 修改web路径 2026-03-29 19:26:34 +08:00
vitest.config.ts 订单管理. 2026-01-06 20:56:09 +08:00