gcx/backend/services
hailin 75ed31cc04 fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash
**后端**
- packages/common: 新增并导出 JwtStrategy(共享 Passport JWT 策略)
- 6 个服务模块(user/issuer/clearing/compliance/notification/telemetry)
  均缺少 JwtStrategy provider,导致所有受保护接口返回 500
  "Unknown authentication strategy jwt"
- 统一修复:各模块 providers 添加 JwtStrategy

**Flutter**
- welcome_page: _onWechatTap() 的 isWeChatInstalled 调用未设 WECHAT_APP_ID
  时会抛出 PlatformException,catch 后降级为"未安装"提示

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:24:07 -08:00
..
admin-service fix(admin-service): 增加 multer fileSize 限制 500MB,支持 APK/IPA 上传 2026-03-04 21:57:50 -08:00
ai-service fix(health): 修正NestJS服务健康检查URL路径 /health → /api/v1/health 2026-02-20 05:50:26 -08:00
auth-service fix(alipay): 适配 tobias 5.x 新 auth API,后端生成签名 authString 2026-03-04 09:26:30 -08:00
chain-indexer feat(health): 为全部12个微服务添加Docker健康检查 2026-02-20 05:39:25 -08:00
clearing-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
compliance-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
issuer-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
notification-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
referral-service feat(referral): 推荐服务全链路实现 2026-03-04 00:58:28 -08:00
telemetry-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
trading-service feat: 全平台API对齐 — 4个前端应用55+页面接入真实后端API 2026-02-22 22:53:07 -08:00
translate-service feat(health): 为全部12个微服务添加Docker健康检查 2026-02-20 05:39:25 -08:00
user-service fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00