修复了SimApiAuthGateClient初始化BUG

This commit is contained in:
2026-05-12 10:08:00 +08:00
parent 7a2ff896b2
commit 4a0caa1079
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -11,4 +11,5 @@ public class SimApiAuthGateOptions
/// 注意: 只有内部应用需要开启这个,也就是api通过内部网关代理后
/// </summary>
public bool UseMiddleware { get; set; }
public bool UseIam { get; set; }
}