rwadurian/frontend
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
..
.claude refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
admin-web fix(admin-web): 推荐树节点「团队预种」显示时减去本人份数 2026-03-03 22:19:05 -08:00
mining-admin-web feat(pre-planting): 新增预种积分股卖出限制(方案B纯新增) 2026-03-04 05:04:57 -08:00
mining-app fix(mining-app): 已解锁上 null 时显示 0 2026-03-05 05:41:00 -08:00
mobile-app feat(payment-password): 添加忘记支付密码功能(全栈) 2026-03-05 07:04:20 -08:00
mobile-upgrade fix: add libc6-compat to builder stage for SWC binary 2026-03-03 08:34:46 -08:00
temp_backup refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
README.MD . 2025-11-25 10:17:37 +08:00

README.MD