fix 将参数调整为json序列化字符串

This commit is contained in:
wintel
2025-03-30 19:58:52 +08:00
parent b9bd4a66b8
commit 2d768d3cc7
4 changed files with 35 additions and 78 deletions

View File

@@ -16,6 +16,6 @@ namespace OpenAuth.App.Request
/// <summary>
/// 参数,如:{ "Id": 1, "Name": "test" }
/// </summary>
public object Parameters { get; set; }
public string Parameters { get; set; }
}
}