上传大文件(如 53.7MB APK/IPA)时,若 access token 在上传过程中 到期,服务端返回 401,导致前端被迫重传整个文件(极差 UX)。 实际业务场景下 15m 过短,统一改为 24h。 涉及文件: - backend/services/auth-service/src/application/services/token.service.ts - backend/services/auth-service/src/auth.module.ts - backend/services/auth-service/.env.example - backend/.env.example - backend/docker-compose.yml(两处) - backend/deploy.sh - frontend/admin-web/src/views/compliance/IpoReadinessPage.tsx(移除废弃 insuranceData) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| nginx | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| DEPLOY.md | ||
| Dockerfile | ||
| deploy.sh | ||
| docker-compose.yml | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||