ExamEdit&Check

This commit is contained in:
SpecialX
2025-06-12 19:01:05 +08:00
parent e26881ec2f
commit b77ed0b30f
18 changed files with 729 additions and 328 deletions

View File

@@ -0,0 +1,7 @@
namespace TechHelper.Client.HttpRepository
{
public interface IRefreshTokenService
{
public Task<string> TryRefreshToken();
}
}