|
|
90d10537c2
|
fix: 增加列表接口 size 参数限制到 1000
continuous-integration/drone/push Build is passing
修复下拉列表请求 size=1000 导致 422 验证错误的问题
|
2026-01-24 18:01:09 +08:00 |
|
111
|
0a799ee276
|
fix: 完善菜单和应用验证
continuous-integration/drone/push Build is passing
- 侧边栏菜单增加「应用管理」和「企微应用」
- 租户订阅页面应用选择增加前端验证
- 后端增加 app_code 存在性验证
|
2026-01-24 10:10:56 +08:00 |
|
111
|
c4bd7c8251
|
feat: 租户级企微配置改造
continuous-integration/drone/push Build is passing
- 新增 platform_tenant_wechat_apps 表(租户企微应用配置)
- platform_apps 增加 require_jssdk 字段
- platform_tenant_apps 增加 wechat_app_id 关联字段
- 新增企微应用管理 API 和页面
- 应用管理页面增加 JS-SDK 开关
- 应用配置页面增加企微应用选择
|
2026-01-23 19:05:00 +08:00 |
|
111
|
f815b29c51
|
feat: 静态 Token 鉴权改造
continuous-integration/drone/push Build is passing
- 将 token_secret 改为 access_token(长期有效)
- 移除 token_required 字段,统一使用 token 验证
- 生成链接简化为 ?tid=xxx&token=xxx 格式
- 前端移除签名验证开关,链接永久有效
|
2026-01-23 18:43:04 +08:00 |
|
111
|
b89d5ddee9
|
feat: add admin UI frontend and complete backend APIs
continuous-integration/drone/push Build is failing
- Add Vue 3 frontend with Element Plus
- Implement login, dashboard, tenant management
- Add app configuration, logs viewer, stats pages
- Add user management for admins
- Update Drone CI to build and deploy frontend
- Frontend ports: 3001 (test), 4001 (prod)
|
2026-01-23 15:51:37 +08:00 |
|