找回密码

This commit is contained in:
2026-05-21 17:54:49 +08:00
parent 888382f7ce
commit d066886b66
7 changed files with 73 additions and 7 deletions

View File

@@ -150,6 +150,13 @@ interface ApiService {
@PUT("/app/forgotPassword")
suspend fun updatePassword(@Body request: UpdatePassword): GetCodeBean<UpdatePassword>
/**
* 登陆后手机号找回密码
* */
@POST("/app/retrievePassword")
suspend fun retrievePassword(@Body request: ForgotRequest): GetCodeBean<ForgotRequest>