mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
@@ -103,7 +103,7 @@ namespace OpenAuth.App.SSO
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var value = _helper.Get(null, requestUri);
|
var value = _helper.Get<string>(null, requestUri);
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user