$value)
{
$attach_param .= "&{$key}={$value}";
$attach_items .= " " . PHP_EOL;
}
if (empty($redirect_uri))
$redirect_uri = rawurlencode(getLocaleUrl());
if (empty($error_uri))
$error_uri = rawurlencode(dirname(getLocaleUrl()) . '/error.php');
$data = array(
'market_key' => $market_key,
'logintype' => $login_type,
);
$result = json_decode(rawurldecode(SendPost(SITE_API2_DOMAIN . '/api/login/querylist', $data)));
if (empty($result)) /// 为空表示没有获取到任何登录方式
{
$html = <<
EOL;
}
}
$html = $owner_html . $splitter . $third_html;
}
?>