后端: - identity-service: 新增内部API获取用户详情(手机号、邮箱、KYC等) - referral-service: 新增内部API获取用户团队统计(直推人数、伞下用户数、认种数量) - authorization-service: - 新增用户公开资料和私密资料API - 聚合identity-service和referral-service数据 - 省团队以上权限可查看私密信息(脱敏处理) 前端: - 新增UserProfileDialog弹窗组件,支持查看用户详情 - stickman_race_widget: 排名列表项可点击查看用户详情 - authorization_service: 新增getUserProfile/getUserPrivateProfile方法 用户详情包括: - 基本信息: 用户ID、昵称、头像、注册时间、所在地区 - 团队数据: 推荐人、直推人数、伞下用户数、个人/团队认种数 - 授权信息: 授权类型、权益激活状态 - 联系信息(特权用户可见): 手机号、邮箱、真实姓名(脱敏) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| CLAUDE.md | ||
| README.MD | ||
| analysis_options.yaml | ||
| flutter_android_update_guide.md | ||
| flutter_telemetry_solution.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| quickly.lottie | ||
| stickman.lottie | ||
README.MD
Create Flutter Framework
C:\Users\ph\Desktop\app>flutter create --org com.rwadurian rwa_android_app
Creating project rwa_android_app...
Resolving dependencies in `rwa_android_app`... (3.7s)
Downloading packages...
Got dependencies in `rwa_android_app`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd rwa_android_app
$ flutter run
Your application code is in rwa_android_app\lib\main.dart.
rwa_android_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.