rwadurian/frontend/mobile-app/lib/features/security/presentation/pages
hailin 6f912b1232 feat(payment-password): 添加忘记支付密码功能(全栈)
后端(identity-service,纯新增):
- user-application.service 添加 2 个方法:
  sendResetPaymentPasswordSmsCode(userId) —— 发送验证码到已绑定手机(Redis key 独立)
  resetPaymentPassword(userId, smsCode, newPassword) —— 验证码校验 + 格式校验 + bcrypt 更新
- user-account.controller 新增 2 个端点(均为 @ApiBearerAuth):
  POST /user/send-reset-payment-password-sms
  POST /user/reset-payment-password

前端(mobile-app,纯新增):
- account_service 新增 sendResetPaymentPasswordSmsCode / resetPaymentPassword 两个方法
- 新建 reset_payment_password_page.dart:验证码 + 新6位PIN,重置成功后自动返回
- 路由:RoutePaths / RouteNames / AppRouter 各新增 resetPaymentPassword 条目
- change_payment_password_page:旧密码输入框下方添加「忘记支付密码?」入口链接

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:04:20 -08:00
..
bind_email_page.dart feat(email): 实现邮箱绑定/解绑功能 2025-12-23 20:53:20 -08:00
change_password_page.dart feat(auth): 实现修改密码API和Token过期自动跳转登录 2025-12-23 20:25:56 -08:00
change_payment_password_page.dart feat(payment-password): 添加忘记支付密码功能(全栈) 2026-03-05 07:04:20 -08:00
google_auth_page.dart fix(referral): correct response parsing for authorization-service API 2025-12-11 03:08:50 -08:00
reset_payment_password_page.dart feat(payment-password): 添加忘记支付密码功能(全栈) 2026-03-05 07:04:20 -08:00