|
|
@@ -112,7 +112,7 @@ namespace Filters
|
|
|
|
|
|
public static string GetParams(string content)
|
|
|
{
|
|
|
- SortedList<string, string> req = Newtonsoft.Json.JsonConvert.DeserializeObject<SortedList<string, string>>(content);
|
|
|
+ SortedList<string, object> req = Newtonsoft.Json.JsonConvert.DeserializeObject<SortedList<string, object>>(content);
|
|
|
return Function.BuildQueryString(req);
|
|
|
}
|
|
|
}
|