- 后端: 添加 POST /user/register-by-phone 接口 - 验证短信验证码、创建账户、绑定手机号、设置密码、触发钱包生成 - 添加 RegisterByPhoneCommand 和 RegisterByPhoneDto - 前端: 修改注册流程使用新 API - SmsVerifyPage 直接跳转到密码页面传递验证码 - SetPasswordPage 调用 registerByPhoneWithPassword 一步完成 - AccountService 添加 registerByPhoneWithPassword 方法 修复手机号注册流程中手机号和密码未正确保存的问题 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backup_mnemonic_page.dart | ||
| guide_page.dart | ||
| import_mnemonic_page.dart | ||
| onboarding_page.dart | ||
| phone_login_page.dart | ||
| phone_register_page.dart | ||
| set_password_page.dart | ||
| sms_verify_page.dart | ||
| splash_page.dart | ||
| verify_mnemonic_page.dart | ||
| wallet_created_page.dart | ||