gcx/frontend/genex-mobile/lib
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
..
app feat(auth): 支付宝 + Google + Apple 三方登录 2026-03-04 04:40:31 -08:00
core feat(genex-mobile): 重构为 Clean Architecture + Riverpod 2026-03-04 20:12:50 -08:00
features fix: 全服务注册 JwtStrategy + 修复微信 WxApi 未配置 crash 2026-03-04 22:24:07 -08:00
shared/widgets feat(genex-mobile): Flutter 前端对接 SMS 认证 API 2026-02-23 19:23:25 -08:00
main.dart feat(genex-mobile): 重构为 Clean Architecture + Riverpod 2026-03-04 20:12:50 -08:00