mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 12:09:19 +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; }
|
||||
}
|
||||
}
|
||||
|
@@ -16,6 +16,6 @@ namespace OpenAuth.App.Request
|
||||
/// <summary>
|
||||
/// 参数,如:{ "Id": 1, "Name": "test" }
|
||||
/// </summary>
|
||||
public object Parameters { get; set; }
|
||||
public string Parameters { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user