后端: - transfer.service.ts: Error → BadRequestException,业务错误返回HTTP 400而非500 - transfer.controller.ts: Error → UnauthorizedException,正确返回HTTP 401 - 错误信息改为中文:余额不足、账户不存在等提示更明确 前端: - asset_display.dart: 新增 tradingAvailableShares 计算属性(总可用 - 挖矿可用) - trading_page.dart: 划转弹窗显示可用余额(扣除冻结)而非总余额 - trading_page.dart: 划转失败时显示后端具体错误信息而非通用提示 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.