响应log的字符串长度配置

This commit is contained in:
2026-09-04 04:19:03 +08:00
parent 1623343748
commit 7b34991ea0
2 changed files with 54 additions and 30 deletions
@@ -16,4 +16,9 @@ public class SimApiRequestLogOptions
/// 请求字段显示最长长度
/// </summary>
public int RequestStringLogLength { get; set; } = 0;
/// <summary>
/// 响应字段显示最长长度
/// </summary>
public int ResponseStringLogLength { get; set; } = 0;
}