add origin response attribute

This commit is contained in:
2024-12-23 20:34:38 +08:00
parent 404a638d5e
commit bbc2806995
3 changed files with 20 additions and 0 deletions
+5
View File
@@ -36,6 +36,11 @@ public class SimApiOptions
/// default: true
/// </summary>
public bool EnableSimApiException { get; set; } = true;
/// <summary>
/// 启用返回结果拦截
/// </summary>
public bool EnableSimApiResponseFilter { get; set; } = true;
/// <summary>
/// 开启S3兼容的存储系统。