mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
fix 将参数调整为json序列化字符串
This commit is contained in:
@@ -4,6 +4,6 @@ namespace OpenAuth.App.Request
|
||||
{
|
||||
public string TableName { get; set; }
|
||||
|
||||
public object Obj { get; set; }
|
||||
public string Obj { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user