rwadurian/frontend/mining-app/lib/core/network
hailin a0229e653e fix(mining-app): 修复登录后API请求token未更新的问题
问题原因: ApiClient使用内存缓存的token,登录后虽然保存到SharedPreferences,
但ApiClient的内存缓存未更新,导致后续请求仍使用旧token或无token。

解决方案: 移除内存缓存,每次请求都从SharedPreferences读取最新token,
确保登录后立即生效。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 18:00:33 -08:00
..
api_client.dart fix(mining-app): 修复登录后API请求token未更新的问题 2026-01-11 18:00:33 -08:00
api_endpoints.dart fix: 修复contribution-service路由映射 2026-01-11 09:04:21 -08:00
interceptors.dart feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00