request log add stringfield length

This commit is contained in:
2026-08-11 04:22:36 +08:00
parent 80a05ea20b
commit e17b9d9eed
2 changed files with 27 additions and 3 deletions
+6 -1
View File
@@ -11,4 +11,9 @@ public class SimApiRequestLogOptions
/// 是否打印完整的响应体
/// </summary>
public bool ShowFullResponse { get; set; }
}
/// <summary>
/// 请求字段显示最长长度
/// </summary>
public int RequestStringLogLength { get; set; } = 0;
}