修正了错误

This commit is contained in:
2026-05-12 12:09:36 +08:00
parent 8ee297e819
commit 611808787e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class SimApiAuthGateDto
public Dictionary<string, object>? Data { get; set; }
}
public class AuthInfoResponse
public class LoginInfoResponse
{
public string? Scene { get; set; }
public Dictionary<string, object>? Data { get; set; }