trading-service: - asset.controller.ts: 新增 GET /asset/sell-restriction,供 mobile app 查询当前用户限制状态 - application.module.ts: 导出 TradingSellRestrictionService mining-app: - api_endpoints.dart: 新增 sellRestriction 端点常量 - trading_remote_datasource.dart: 新增 getSellRestriction()(fail-open) - trading_repository.dart/impl: 新增接口与实现 - trading_providers.dart: 新增 sellRestrictionProvider(2分钟缓存,fail-open) - trading_page.dart: 卖出限制时显示红色提示文字并禁用"确认交易"按钮 - c2c_publish_page.dart: 发布卖出广告时显示红色提示文字并禁用发布按钮 Co-Authored-By: Claude Sonnet 4.6 <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.