This commit is contained in:
77
2024-04-23 01:36:07 +08:00
parent 67b73e82bb
commit f151ff02f3
4 changed files with 28 additions and 22 deletions

View File

@@ -103,8 +103,6 @@ public class AuthAppController {
return R.ok();
}
@PostMapping("/resetPassword")
@Operation(summary = "重置密码")
@Log(title = "重置密码", businessType = BusinessType.OTHER, isSaveDb = false)