修改验证

This commit is contained in:
2022-05-26 11:56:02 +08:00
parent 8dbaf7dade
commit 1b7f983e24
17 changed files with 243 additions and 170 deletions
@@ -519,7 +519,7 @@ namespace IRaCIS.Application.Services
}
var success = await _userRepository.SaveChangesAsync();
return ResponseOutput.Result(success);
return ResponseOutput.Ok(success);
}