* Fix call api error.

This commit is contained in:
鲁飞
2022-11-04 02:51:20 +00:00
committed by 朱金勇
parent f36d8a321d
commit 95d10ea6d3
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class sso extends control
$key = $this->config->sso->key;
$auth = md5($code . $userIP . $token . $key);
$callback = urlencode($common->getSysURL() . inlink('logout', "type=return"));
$callback = urlencode(common::getSysURL() . inlink('logout', "type=return"));
$location = $this->config->sso->addr;
if(strpos($location, '&') !== false)
{