实现三层KYC认证系统,支持后台配置开关: - 层级1: 实名认证 (二要素: 姓名+身份证号) - 层级2: 实人认证 (人脸活体检测) - 层级3: KYC (证件照上传验证) 后端变更: - 更新 Schema 添加三层认证字段和 KycConfig 表 - 添加 migration 支持增量字段和配置表 - 重写 AliyunKycProvider 支持阿里云实人认证 API - 重写 KycApplicationService 实现三层认证逻辑 - 更新 KycController 添加用户端和管理端 API 前端变更: - 更新 KycService 支持三层认证 API - 重构 KycEntryPage 显示三层认证状态 - 重构 KycIdPage 用于层级1实名认证 - 新增 KycFacePage 用于层级2人脸认证 - 新增 KycIdCardPage 用于层级3证件照上传 - 添加 uploadFile 方法到 ApiClient 🤖 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.