This commit is contained in:
sunkaixuan 2025-06-08 17:47:12 +08:00
parent c2278f6889
commit 0c43af2095

View File

@ -83,7 +83,8 @@ static void ServerTest()
},
it =>
{
it.Aop.OnLogExecuting = (s, p) => Console.WriteLine(s, p);
it.Aop.OnLogExecuting = (s, p) =>
Console.WriteLine(s, p);
});
var payload = JsonSerializer.SerializeToNode(new { id = 1 });