This commit is contained in:
Putoo
2026-05-19 18:34:24 +08:00
parent 24c784e6a4
commit 2c85872abd
10 changed files with 341 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
namespace Application.Web;
public class RefreshTokenParms
{
public string refToken { get; set; }
public string token { get; set; }
}