fix swagger, add simapihttpclient

This commit is contained in:
2025-11-02 22:14:34 +08:00
parent c7373da691
commit 65451d7b80
10 changed files with 243 additions and 14 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
using SimApi.Exceptions;
namespace SimApi.ModelBinders;
/// <summary>
@@ -5,7 +7,7 @@ namespace SimApi.ModelBinders;
/// </summary>
public abstract class AesBodyProviderBase
{
public string? AppIdName { get; set; } = "appId";
public virtual string? AppIdName { get; set; } = "appId";
/// <summary>