check issue #40

Signed-off-by: 四少爷 <sex@jermey.cn>
This commit is contained in:
四少爷
2017-06-29 16:15:33 +08:00
parent fb62293083
commit 5a47357f22

View File

@@ -103,7 +103,7 @@ namespace OpenAuth.App.SSO
try
{
var value = _helper.Get(null, requestUri);
var value = _helper.Get<string>(null, requestUri);
return value;
}
catch (Exception ex)