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

@@ -4,6 +4,6 @@ namespace OpenAuth.App.Request
{
public string TableName { get; set; }
public object Obj { get; set; }
public string Obj { get; set; }
}
}